pub type AnyError = Error;Expand description
A type alias for anyhow::Error, representing any error type.
This type is used throughout the crate to represent errors that can be of any type,
leveraging the flexibility of the anyhow crate for error handling.
Aliased Typeยง
pub struct AnyError { /* private fields */ }