[][src]Type Definition new_tokio_smtp::ConnectingFuture

type ConnectingFuture = Box<dyn Future<Item = Connection, Error = ConnectingFailed> + Send + 'static>;

A future resolving to an Connection instance