[][src]Type Definition memora::error::Result

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

A result with our custom Error type.