Type Alias IDBObjectStoreOrIDBIndex

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

Aliased Type§

pub(crate) enum IDBObjectStoreOrIDBIndex {
    IDBObjectStore(Root<Dom<IDBObjectStore>>),
    IDBIndex(Root<Dom<IDBIndex>>),
}

Variants§

§

IDBObjectStore(Root<Dom<IDBObjectStore>>)

§

IDBIndex(Root<Dom<IDBIndex>>)