Type Definition boxfuture::BoxFuture[][src]

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