1 2 3 4 5
//! Crate Prelude pub use crate::error::Error; pub type Result<T> = core::result::Result<T, Error>;