start

Function start 

Source
pub fn start<E>(endpoint: E) -> ServiceBuilder<App<E>>
where for<'a> E: OutputEndpoint<'a> + 'static,
Expand description

Create an instance of ServiceBuilder from the specified endpoint.