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

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

A convenience wrapper around Result for imap::Error.