Trait qecs_core::ComponentStoreIter [] [src]

pub trait ComponentStoreIter: ComponentStore where
    Self: for<'a> _ComponentStoreIter<'a>, 
{ fn iter<'a>(&'a self) -> Self::Iter; fn iter_mut<'a>(&'a mut self) -> Self::IterMut; }

Required Methods

Implementors