Trait ErrorType

Source
pub trait ErrorType:
    Send
    + Debug
    + 'static { }

Implementors§

Source§

impl<T: Send + Debug + 'static> ErrorType for T