pub type Serve<E> = Box<dyn Future<Item = (), Error = Error<E>> + Send + 'static>;
A stream mapping incoming IOs to new services.
pub struct Serve<E>(/* private fields */);