1
2
pub use anyhow::Error;
pub type Result<T> = std::result::Result<T, Error>;