pub trait TupleRetain {
    fn retain(all_storage: &mut AllStorages, entity: EntityId);
}
Expand description

Trait used as bound for World::retain and AllStorages::retain.

Required Methods

Implementations on Foreign Types

Implementors