Trait qecs_core::ComponentStoreIter [] [src]

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

Required Methods

fn iter<'a>(&'a self) -> Self::Assignments

fn iter_mut<'a>(&'a mut self) -> Self::AssignmentsMut

Implementors