Type Definition mail_core::utils::SendBoxFuture

source ·
pub type SendBoxFuture<I, E> = Box<dyn Future<Item = I, Error = E> + Send + 'static>;
Expand description

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