Trait qecs_core::EntityStore [] [src]

pub trait EntityStore: StoreBase {
    fn assign<'id>(&mut self, id: Valid<'id, Self::Id>) -> bool;

    fn release<'id>(&mut self, id: Valid<'id, Self::Id>) -> bool { ... }
}

Required Methods

Provided Methods

Implementors