pub trait IDBIndexMethods<D>where
D: DomTypes,{
// Required methods
fn ObjectStore(&self) -> Root<Dom<<D as DomTypes>::IDBObjectStore>>;
fn MultiEntry(&self) -> bool;
fn Unique(&self) -> bool;
}
pub trait IDBIndexMethods<D>where
D: DomTypes,{
// Required methods
fn ObjectStore(&self) -> Root<Dom<<D as DomTypes>::IDBObjectStore>>;
fn MultiEntry(&self) -> bool;
fn Unique(&self) -> bool;
}