Trait crow_engine::traits::Update [] [src]

pub trait Update {
    fn update(&mut self);
}

Required Methods

Implementors