[][src]Trait roa_core::Model

pub trait Model: 'static + Send + Sync + Sized {
    type State: State;
    fn new_state(&self) -> Self::State;
}

Associated Types

type State: State

Loading content...

Required methods

fn new_state(&self) -> Self::State

Loading content...

Implementations on Foreign Types

impl Model for ()[src]

type State = ()

Loading content...

Implementors

Loading content...