[][src]Type Definition monzo::Result

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

Result type for all methods in this crate which can fail.