Type Definition async_mailer::MailerError
source · pub type MailerError = Box<dyn Error + Sync + Send + 'static, Global>;Expand description
Type-erased mailer error, for use of Mailer as trait object.
pub type MailerError = Box<dyn Error + Sync + Send + 'static, Global>;Type-erased mailer error, for use of Mailer as trait object.