Trait devotee_backend::Context
source · pub trait Context<'a, Input> {
// Required methods
fn input(&self) -> &Input;
fn delta(&self) -> Duration;
fn shutdown(&mut self);
}Expand description
Context to be passed to the Application during the update routine.