Type Alias Error

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

Represents errors that can be exposed by this crate.

Aliased Typeยง

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