logo
pub trait UserDefinedError: 'static + Error { }
Expand description

User defined errors must implement this trait

Implementors