pub(crate) type QueuingStrategy = QueuingStrategy<DomTypeHolder>;Aliased Type§
pub(crate) struct QueuingStrategy {
pub highWaterMark: Option<f64>,
pub size: Option<Rc<QueuingStrategySize<DomTypeHolder>>>,
}Fields§
§highWaterMark: Option<f64>§size: Option<Rc<QueuingStrategySize<DomTypeHolder>>>