pub(crate) type IDBObjectStoreOrIDBIndex = IDBObjectStoreOrIDBIndex<DomTypeHolder>;
Aliased Type§
pub(crate) enum IDBObjectStoreOrIDBIndex {
IDBObjectStore(Root<Dom<IDBObjectStore>>),
IDBIndex(Root<Dom<IDBIndex>>),
}
pub(crate) type IDBObjectStoreOrIDBIndex = IDBObjectStoreOrIDBIndex<DomTypeHolder>;
pub(crate) enum IDBObjectStoreOrIDBIndex {
IDBObjectStore(Root<Dom<IDBObjectStore>>),
IDBIndex(Root<Dom<IDBIndex>>),
}