Type Alias BoxedError

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

A boxed std::error::Error that can be used when the actual error type is unknown.

Aliased Typeยง

pub struct BoxedError(/* private fields */);