Type Alias BoxMailer

Source
pub type BoxMailer = Box<dyn DynMailer>;
Expand description

Boxed dyn DynMailer

Aliased Typeยง

pub struct BoxMailer(/* private fields */);