Trait qecs_core::_EntityStoreIter [] [src]

pub trait _EntityStoreIter<'a>: EntityStore {
    type Iter: Iterator<Item = Valid<'a, Self::Id>>;
}

Associated Types

Implementors