UserError

Trait UserError 

Source
pub trait UserError:
    Display
    + Debug
    + 'static { }
Expand description

Marker trait for userland errors.

Implementors§

Source§

impl<T: Display + Debug + 'static> UserError for T