Struct druid::env::MissingKeyError [−][src]
#[non_exhaustive]pub struct MissingKeyError { /* fields omitted */ }
Expand description
An error type for when a key is missing from the Env
.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MissingKeyError
impl Send for MissingKeyError
impl Sync for MissingKeyError
impl Unpin for MissingKeyError
impl UnwindSafe for MissingKeyError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
pub fn round_from(x: T) -> T
pub fn round_from(x: T) -> T
Performs the conversion.
pub fn round_into(self) -> U
pub fn round_into(self) -> U
Performs the conversion.
type Output = T
type Output = T
Should always be Self
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more