Type Definition future_utils::BoxSendFuture[][src]

type BoxSendFuture<T, E> = Box<Future<Item = T, Error = E> + Send>;