Struct snafu::guide::examples::basic::LeafSnafu [−][src]
pub struct LeafSnafu<__T0> {
pub user_id: __T0,
}
Expand description
SNAFU context selector for the Error::Leaf
variant
Fields
user_id: __T0
Implementations
Trait Implementations
Auto Trait Implementations
impl<__T0> RefUnwindSafe for LeafSnafu<__T0> where
__T0: RefUnwindSafe,
impl<__T0> UnwindSafe for LeafSnafu<__T0> where
__T0: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more