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

Email result type