Type Definition new_tokio_smtp::ExecFuture

source ·
pub type ExecFuture = Box<dyn Future<Item = (Io, SmtpResult), Error = Error> + Send + 'static>;
Expand description

future returned by Cmd::exec