Trait error_chain::ChainedError [] [src]

pub trait ChainedError: Error + Send + 'static {
    type ErrorKind;
}

This trait is implemented on all the errors generated by the error_chain macro.

Associated Types

Associated kind type.

Implementors