Struct error_chain_compat_011::DisplayChain[][src]

pub struct DisplayChain<'a, T>(_)
where
    T: 'a + ?Sized
;

A struct which formats an error for output.

Trait Implementations

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

Formats the value using the given formatter. Read more

impl<'a, T> Debug for DisplayChain<'a, T> where
    T: 'a + Debug + ?Sized
[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