/// Just a `anyhow::Result` type alias.pub type Result<T = , E = Error> = Result;/// Just an `anyhow::Error` type alias.pub type Error = Error;/// Just re-export some `anyhow` stuff.pub use anyhow;pub use bail;pub use Context;
ascending towards madness
/// Just a `anyhow::Result` type alias.pub type Result<T = , E = Error> = Result;/// Just an `anyhow::Error` type alias.pub type Error = Error;/// Just re-export some `anyhow` stuff.pub use anyhow;pub use bail;pub use Context;