Trait ApplicationError

Source
pub trait ApplicationError:
    'static
    + Debug
    + Send
    + Sync { }

Trait Implementations§

Source§

impl From<BaseError> for Box<dyn ApplicationError>

Source§

fn from(value: BaseError) -> Self

Converts to this type from the input type.

Implementations on Foreign Types§

Source§

impl ApplicationError for ()

Implementors§