Type Definition shio::ext::BoxFuture [] [src]

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

A type alias for Box