Type Definition new_tokio_smtp::ExecFuture[][src]

type ExecFuture = Box<Future<Item = (Io, SmtpResult), Error = Error> + Send + 'static>;

future returned by Cmd::exec