pub type SharedMailer = Arc<dyn Mailer>;Expand description
Type-erased shared mailer reference. The framework’s Admin
holds one of these; defaults to Arc::new(LogMailer) until a
project overrides via Admin::mailer(Arc::new(...)).
Aliased Type§
pub struct SharedMailer { /* private fields */ }