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

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

A convenience wrapper around Result for imap::Error.