Trait ApplicationError

Source
pub trait ApplicationError: 'static + Debug { }

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§