pub trait CoreError: Debug + Display + Send + Sync + 'static { }

Implementors§

source§

impl<T> CoreError for T
where T: Debug + Display + Send + Sync + 'static,