Trait oxygengine_core::hierarchy::ComponentContainerModify[][src]

pub trait ComponentContainerModify<'a, T> {
    fn fetch(world: &'a World, entity: Entity) -> T;
}

Required methods

Implementations on Foreign Types

Implementors