Struct extemp::State [] [src]

pub struct State {
    // some fields omitted
}

A single automaton state, which is supposed to be bound to some number of variables and which may or may not be an accepting state.

Trait Implementations

Derived Implementations

impl Debug for State

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for State

fn clone(&self) -> State

1.0.0fn clone_from(&mut self, source: &Self)