Type Definition async_http_client::prelude::BoxFuture [] [src]

type BoxFuture<T, E> = Box<Future<Error = E, Item = T> + 'static + Send>;

A type alias for Box<Future + Send>