Trait cw_storage_plus::IndexList[][src]

pub trait IndexList<T> {
    fn get_indexes(&self) -> Box<dyn Iterator<Item = &dyn Index<T>>>;
}

Required methods

Implementors