Skip to main content

UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence

Type Alias UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence 

Source
pub(crate) type UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence = UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence;

Aliased Type§

pub(crate) enum UnrestrictedDoubleOrDOMPointInitOrUnrestrictedDoubleOrDOMPointInitSequence {
    UnrestrictedDouble(f64),
    DOMPointInit(DOMPointInit),
    UnrestrictedDoubleOrDOMPointInitSequence(Vec<UnrestrictedDoubleOrDOMPointInit>),
}

Variants§

§

UnrestrictedDouble(f64)

§

DOMPointInit(DOMPointInit)

§

UnrestrictedDoubleOrDOMPointInitSequence(Vec<UnrestrictedDoubleOrDOMPointInit>)