1
2
pub use crate::error::Error;
pub type Result<T> = core::result::Result<T, Error>;