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