Struct flex_error::DisplayError [−][src]
pub struct DisplayError<E>(_);
Expand description
An ErrorSource that implements Display and
can be traced by error tracers implementing ErrorMessageTracer.
Both its Source and Detail types are E. When extraced, it also provides
an error trace that is traced from its string representation.
Trait Implementations
impl<E, Tracer> ErrorSource<Tracer> for DisplayError<E> where
    E: Display,
    Tracer: ErrorMessageTracer, 
impl<E, Tracer> ErrorSource<Tracer> for DisplayError<E> where
    E: Display,
    Tracer: ErrorMessageTracer, Auto Trait Implementations
impl<E> RefUnwindSafe for DisplayError<E> where
    E: RefUnwindSafe, impl<E> Send for DisplayError<E> where
    E: Send, impl<E> Sync for DisplayError<E> where
    E: Sync, impl<E> Unpin for DisplayError<E> where
    E: Unpin, impl<E> UnwindSafe for DisplayError<E> where
    E: UnwindSafe,