Type Definition Serve
tower_hyper::server
type Serve<E> = Box<dyn Future<Item = (), Error = Error<E>> + Send + 'static>;
A stream mapping incoming IOs to new services.