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