Trait guion::state::CtxStdState[][src]

pub trait CtxStdState<E>: Context<E> + Sized where
    E: Env<Context = Self>, 
{ type T: StdState<E>; fn state_mut(&mut self) -> &mut Self::T;
fn state(&self) -> &Self::T; }

Associated Types

type T: StdState<E>[src]

Loading content...

Required methods

fn state_mut(&mut self) -> &mut Self::T[src]

fn state(&self) -> &Self::T[src]

Loading content...

Implementors

Loading content...