Type Alias Error

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

Represents errors that can be exposed by this crate.

Aliased Typeยง

struct Error(/* private fields */);