Trait qecs_core::StoreWithDirtyState [] [src]

pub trait StoreWithDirtyState: StoreBase where
    Self: for<'a> _StoreWithDirtyState<'a>, 
{ fn was_cleared(&self) -> bool; fn dirty_entities<'a>(&'a self) -> Self::DirtyEntities; }

Required Methods

Implementors