Struct error_chain::Display [] [src]

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

A struct which formats an error for output.

Trait Implementations

impl<'a, T: Debug + 'a + ?Sized> Debug for Display<'a, T>
[src]

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more