Type Definition new_tokio_smtp::send_mail::MailSendFuture

source ·
pub type MailSendFuture = Box<dyn Future<Item = (Connection, MailSendResult), Error = Error> + Send>;
Expand description

Future returned by send_mail