Skip to main content

ApplicationError

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§