Type Definition malachi::Result

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

Result with E being Error.