logo
pub type Result<T> = Result<T, Error>;
Expand description

Aliases the standard Result type as Result within this module.