pub fn start_server<C>(conn: C, config: Config) -> HttpResult<Listening>where C: MedalConnection + Send + 'static,