Trait bismuth::framework::UpdateContextView [] [src]

pub trait UpdateContextView: ContextView {
    fn state_mut(&mut self) -> &mut Self::State;
}

Required Methods

Implementors