pub type BoxFuture<T, E> = Box<dyn Future<Item = T, Error = E> + Send>;
Expand description

Boxed future response.