Trait ruva::ApplicationError

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

Trait Implementations§

source§

impl From<BaseError> for Box<dyn ApplicationError>

source§

fn from(value: BaseError) -> Box<dyn ApplicationError>

Converts to this type from the input type.

Implementations on Foreign Types§

source§

impl ApplicationError for ()

Implementors§