[][src]Trait afeather::Update

pub trait Update {
    fn execute<'a>(
        &self,
        world_storage: &Components,
        world: impl Iterator<Item = &'a mut Option<Archetype>>
    ); }

Required methods

fn execute<'a>(
    &self,
    world_storage: &Components,
    world: impl Iterator<Item = &'a mut Option<Archetype>>
)

Loading content...

Implementors

impl<T: CullArchetypes> Update for T[src]

Loading content...