Trait qecs_core::prelude::_StoreDirtyEntities [] [src]

pub trait _StoreDirtyEntities<'a>: StoreBase {
    type DirtyEntities: Iterator<Item=Valid<'a, Self::Id>>;
}

Workaround for lack of HK-lifetimes.

Associated Types

type DirtyEntities: Iterator<Item=Valid<'a, Self::Id>>

Implementors