pub type DynError = Box<dyn Error + Send>;
Aliased Type§
struct DynError(/* private fields */);
Trait Implementations§
source§impl From<ApplicationError> for DynError
impl From<ApplicationError> for DynError
source§fn from(err: ApplicationError) -> Self
fn from(err: ApplicationError) -> Self
Converts to this type from the input type.