[][src]Type Definition term::Result

type Result<T> = Result<T, Error>;
[]

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