agde_io

Type Alias DynError

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

Aliased Type§

struct DynError(/* private fields */);

Trait Implementations§

source§

impl From<ApplicationError> for DynError

source§

fn from(err: ApplicationError) -> Self

Converts to this type from the input type.