pub trait InflightMail: Send + Sync {
    fn id(&self) -> QueueId;
}

Required methods

Implementors