pub trait TupleDeleteAny {
    fn delete_any(all_storages: &mut AllStorages);
}
Expand description

Trait used as a bound for World::delete_any and AllStorages::delete_any.

Required Methods

Implementations on Foreign Types

Implementors