Type Alias StringOrURLOrBlob

Source
pub(crate) type StringOrURLOrBlob = StringOrURLOrBlob<DomTypeHolder>;

Aliased Type§

pub(crate) enum StringOrURLOrBlob {
    String(DOMString),
    URL(Root<Dom<URL>>),
    Blob(Root<Dom<Blob>>),
}

Variants§

§

String(DOMString)

§

URL(Root<Dom<URL>>)

§

Blob(Root<Dom<Blob>>)