Type Alias StringOrUnrestrictedDoubleSequence

Source
pub(crate) type StringOrUnrestrictedDoubleSequence = StringOrUnrestrictedDoubleSequence;

Aliased Type§

pub(crate) enum StringOrUnrestrictedDoubleSequence {
    String(DOMString),
    UnrestrictedDoubleSequence(Vec<f64>),
}

Variants§

§

String(DOMString)

§

UnrestrictedDoubleSequence(Vec<f64>)