Trait qecs_core::EntityStoreIter [] [src]

pub trait EntityStoreIter: EntityStore where
    Self: for<'a> _EntityStoreIter<'a>, 
{ fn iter<'a>(&'a self) -> Self::Iter; }

Required Methods

Implementors