[][src]Trait failchain::ChainErrorKind

pub trait ChainErrorKind: Fail + Sized {
    type Error: Fail + From<Context<Self>>;
}

Trait which must be implemented by ErrorKind-s.

The Error associated type should select between UnboxedError<Self> or BoxedError<Self>.

Associated Types

type Error: Fail + From<Context<Self>>

Loading content...

Implementors

Loading content...