Struct error_chain::Display
[−]
[src]
pub struct Display<'a, T: 'a + ?Sized>(_);
A struct which formats an error for output.
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>
[src]impl<'a, T> Display for Display<'a, T> where T: ChainedError
[src]