Trait bismuth::framework::ContextView [] [src]

pub trait ContextView {
    type State: State;
    fn state(&self) -> &Self::State;
    fn window(&self) -> &WindowView;
}

Associated Types

Required Methods

Implementors