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; }

Required Methods§

Source

fn ObjectStore(&self) -> Root<Dom<<D as DomTypes>::IDBObjectStore>>

Source

fn MultiEntry(&self) -> bool

Source

fn Unique(&self) -> bool

Implementors§