Struct error_chain::DisplayChain [−][src]
pub struct DisplayChain<'a, T: 'a + ?Sized>(_);
A struct which formats an error for output.
Trait Implementations
impl<'a, T: Debug + 'a + ?Sized> Debug for DisplayChain<'a, T>[src]
impl<'a, T: Debug + 'a + ?Sized> Debug for DisplayChain<'a, T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a, T> Display for DisplayChain<'a, T> where
T: ChainedError, [src]
impl<'a, T> Display for DisplayChain<'a, T> where
T: ChainedError, Auto Trait Implementations
impl<'a, T: ?Sized> Send for DisplayChain<'a, T> where
T: Sync,
impl<'a, T: ?Sized> Send for DisplayChain<'a, T> where
T: Sync, impl<'a, T: ?Sized> Sync for DisplayChain<'a, T> where
T: Sync,
impl<'a, T: ?Sized> Sync for DisplayChain<'a, T> where
T: Sync,