pub trait ApplicationError: Error + 'static { }

Trait Implementations§

source§

impl From<BaseError> for Box<dyn ApplicationError>

source§

fn from(value: BaseError) -> Self

Converts to this type from the input type.

Implementors§