Type Definition async_mailer::MailerError

source ·
pub type MailerError = Box<dyn Error + Send + Sync + 'static, Global>;
Expand description

Type-erased mailer error, for use of Mailer as trait object.