Function medal::webfw_iron::start_server

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