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.
pub fn start<E>(endpoint: E) -> ServiceBuilder<App<E>>where
for<'a> E: OutputEndpoint<'a> + 'static,Create an instance of ServiceBuilder from the specified endpoint.