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

pub trait StackState: CopyUnrooted + Sized {
    fn from_state(state: &State) -> &Self;
fn from_state_mut(state: &mut State) -> &mut Self;
fn to_state(&self) -> Borrow<State>; }

Required methods

fn from_state(state: &State) -> &Self

fn from_state_mut(state: &mut State) -> &mut Self

fn to_state(&self) -> Borrow<State>

Loading content...

Implementors

impl StackState for State[src]

impl StackState for ClosureState[src]

impl StackState for ExternState[src]

Loading content...