[][src]Type Definition tower_hyper::server::Serve

type Serve<E> = Box<dyn Future<Item = (), Error = Error<E>> + Send + 'static>;

A stream mapping incoming IOs to new services.