Type Definition term::Result

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

The canonical Result type using this crate’s Error type.