[][src]Trait furnace::model::Update

pub trait Update {
    type Action: Action;
    fn update(&mut self, action: &Self::Action);
}

Associated Types

Loading content...

Required methods

fn update(&mut self, action: &Self::Action)

Loading content...

Implementors

Loading content...