Type Alias Serve

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

A stream mapping incoming IOs to new services.

Aliased Typeยง

pub struct Serve<E>(/* private fields */);