web_webtransport_sys/gen/
gen_WebTransportCongestionControl.rs

1#![allow(unused_imports)]
2use wasm_bindgen::prelude::*;
3#[wasm_bindgen]
4#[doc = "The `WebTransportCongestionControl` enum."]
5#[derive(Debug, Clone, Copy, PartialEq, Eq)]
6pub enum WebTransportCongestionControl {
7    Default = "default",
8    Throughput = "throughput",
9    LowLatency = "low-latency",
10}