error_chain
pub struct Display<'a, T: 'a + ?Sized>(_);
A struct which formats an error for output.
impl<'a, T: Debug + 'a + ?Sized> Debug for Display<'a, T>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.
impl<'a, T> Display for Display<'a, T> where T: ChainedError
fn fmt(&self, fmt: &mut Formatter) -> Result