[][src]Trait proto_vulcan::user::UserState

pub trait UserState: Debug + Clone + 'static {
    fn process_extension(state: State<Self>, _extension: &SMap) -> SResult<Self> { ... }
fn finalize(_state: &mut State<Self>) { ... }
fn reify(_state: &mut State<Self>) { ... } }

Provided methods

fn process_extension(state: State<Self>, _extension: &SMap) -> SResult<Self>

Process extension to substitution map.

fn finalize(_state: &mut State<Self>)

fn reify(_state: &mut State<Self>)

Loading content...

Implementors

impl UserState for EmptyUserState[src]

Loading content...