Type Definition Result
term
type Result<T> = Result<T, Error>;
The canonical Result type using this crate's Error type.
Result