Trait samotop::smtp::SyncMailService[][src]

pub trait SyncMailService: MailService + Send + Sync { }

Implementors

impl<T> SyncMailService for T where
    T: MailService + Sync + Send
[src]

Loading content...