Type Definition future_utils::BoxFuture[][src]

type BoxFuture<T, E> = Box<Future<Item = T, Error = E>>;