Trait DynError

Source
pub trait DynError: Debug + Display { }

Implementors§

Source§

impl<T: Debug + Display + ?Sized> DynError for T