mm1_common::errors::an_error

Trait AnError

Source
pub trait AnError:
    StdError
    + Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<E> AnError for E
where E: StdError + Send + Sync + 'static,