[][src]Function cjdns_snode::server::webserver::with_server

fn with_server(
    server: Arc<Server>
) -> impl Filter<Extract = (Arc<Server>,), Error = Infallible> + Clone