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 */ }
pub type Error = Error;
The error type returned by this crate. Currently this is
a synonym for anyhow::Error
.
pub struct Error { /* private fields */ }