Type Alias Error

Source
pub type Error = BoxError;
Expand description

Error type that extensions may result in

Aliased Typeยง

struct Error(/* private fields */);