[][src]Type Definition mail_core::utils::SendBoxFuture

type SendBoxFuture<I, E> = Box<dyn Future<Item = I, Error = E> + Send + 'static>;

Type alias for an boxed future which is Send + 'static.