1
pub type Result<T> = std::result::Result<T, super::error::Error>;