Trait xparse::DynError

source ·
pub trait DynError: Debug + Display { }

Implementors§

source§

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