[][src]Trait guion::state::handler::AsHandlerStateful

pub trait AsHandlerStateful<E>: Context<E> + Sized where
    E: Env<Context = Self>, 
{ type T: HandlerStateful<E>; fn stateful_mut(&mut self) -> &mut Self::T;
fn stateful(&self) -> &Self::T; }

Associated Types

Loading content...

Required methods

fn stateful_mut(&mut self) -> &mut Self::T

fn stateful(&self) -> &Self::T

Loading content...

Implementors

Loading content...