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]

Formats the value using the given formatter. Read more

impl<'a, T> Display for DisplayChain<'a, T> where
    T: ChainedError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T: ?Sized> Send for DisplayChain<'a, T> where
    T: Sync

impl<'a, T: ?Sized> Sync for DisplayChain<'a, T> where
    T: Sync