Trait oxygengine::core::ecs::ResQuery[][src]

pub trait ResQuery {
    type Fetch: ResAccess;
    fn fetch(universe: &Universe) -> Self::Fetch;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors