Type Definition agde_io::DynError

source ·
pub type DynError = Box<dyn Error + Send>;

Trait Implementations§

source§

impl From<ApplicationError> for DynError

source§

fn from(err: ApplicationError) -> Self

Converts to this type from the input type.