Function finchers_runtime::run [] [src]

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

Start the server with given endpoint and default configuration.