Type Alias rama::error::BoxError

pub type BoxError = Box<dyn Error + Sync + Send>;
Expand description

Alias for a type-erased error type.

See the module level documentation for more information.

Aliased Typeยง

struct BoxError(/* private fields */);