[][src]Trait gluon_vm::stack::StackState

pub trait StackState: Copy {
    fn from_state(state: State) -> Self;
fn to_state(self) -> State; }

Required methods

fn from_state(state: State) -> Self

fn to_state(self) -> State

Loading content...

Implementors

impl StackState for State[src]

impl StackState for ClosureState[src]

impl StackState for ExternState[src]

Loading content...