Type Definition ungrammar::Result

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

A type alias for std’s Result with the Error as our error type.