Struct snafu::guide::examples::basic::IntermediateSnafu [−][src]
pub struct IntermediateSnafu;
Expand description
SNAFU context selector for the Error::Intermediate
variant
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntermediateSnafu
impl Send for IntermediateSnafu
impl Sync for IntermediateSnafu
impl Unpin for IntermediateSnafu
impl UnwindSafe for IntermediateSnafu
Blanket Implementations
Mutably borrows from an owned value. Read more