Trait failure::Fail [] [src]

pub trait Fail: Debug + Send + 'static {
    fn fail(&self, f: &mut Formatter) -> Result;

    fn display(&self) -> DisplayFail<Self>
    where
        Self: Sized
, { ... } }

Required Methods

Provided Methods

Implementors