pub trait MailDataSink: 'static + AsyncWrite + Send + Sync { }

Implementors