Trait lettre::Executor[][src]

pub trait Executor: Debug + Send + Sync + Sealed { }
This is supported on crate features tokio1 or async-std1 only.
Expand description

Async executor abstraction trait

Used by AsyncSmtpTransport, AsyncSendmailTransport and AsyncFileTransport in order to be able to work with different async runtimes.

Implementors