Type Alias DocumentOrStringOrURLOrBlob

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

Aliased Type§

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

Variants§

§

Document(Root<Dom<Document>>)

§

String(DOMString)

§

URL(Root<Dom<URL>>)

§

Blob(Root<Dom<Blob>>)