[][src]Trait chargrid_event_routine::ViewSelector

pub trait ViewSelector {
    type ViewInput;
    type ViewOutput;
    fn view<'a>(&self, input: &'a Self::ViewInput) -> &'a Self::ViewOutput;
fn view_mut<'a>(
        &self,
        input: &'a mut Self::ViewInput
    ) -> &'a mut Self::ViewOutput; }

Associated Types

Loading content...

Required methods

fn view<'a>(&self, input: &'a Self::ViewInput) -> &'a Self::ViewOutput

fn view_mut<'a>(
    &self,
    input: &'a mut Self::ViewInput
) -> &'a mut Self::ViewOutput

Loading content...

Implementors

Loading content...