run

Function run 

Source
pub fn run<E>(endpoint: E)
where E: Endpoint + 'static, E::Output: Responder,
Expand description

Start the server with given endpoint and default configuration.