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

Required Methods§

Implementors§