Error

Type Alias Error 

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

A type alias for the error type used throughout the crate.

Aliased Typeยง

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