Trait samotop::service::Mail

source ·
pub trait Mail {
    fn queue(self) -> QueueResult;
}
Expand description

The final step of sending a mail is queueing it for delivery.

Required Methods

Implementors