Struct flex_error::DisplayOnly [−][src]
pub struct DisplayOnly<E>(_);
Trait Implementations
impl<E, Tracer> ErrorSource<Tracer> for DisplayOnly<E> where
E: Display,
Tracer: ErrorMessageTracer,
impl<E, Tracer> ErrorSource<Tracer> for DisplayOnly<E> where
E: Display,
Tracer: ErrorMessageTracer, type Source = E
type Source = EThe type of the error source.
Auto Trait Implementations
impl<E> RefUnwindSafe for DisplayOnly<E> where
E: RefUnwindSafe, impl<E> Send for DisplayOnly<E> where
E: Send, impl<E> Sync for DisplayOnly<E> where
E: Sync, impl<E> Unpin for DisplayOnly<E> where
E: Unpin, impl<E> UnwindSafe for DisplayOnly<E> where
E: UnwindSafe,