Type Alias BlobOrBlobSequence

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

Aliased Type§

pub(crate) enum BlobOrBlobSequence {
    Blob(Root<Dom<Blob>>),
    BlobSequence(Vec<Root<Dom<Blob>>>),
}

Variants§

§

Blob(Root<Dom<Blob>>)

§

BlobSequence(Vec<Root<Dom<Blob>>>)