Type Alias Error

Source
pub type Error = Error;
Expand description

The error type returned by this crate. Currently this is a synonym for anyhow::Error .

Aliased Typeยง

pub struct Error { /* private fields */ }