Trait oxygengine_core::ecs::AccessType[][src]

pub trait AccessType {
    fn feed_types(_reads: &mut HashSet<TypeId>, _writes: &mut HashSet<TypeId>) { ... }
fn get_types() -> (HashSet<TypeId>, HashSet<TypeId>) { ... } }

Provided methods

([reads], [writes])

Implementations on Foreign Types

Implementors