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

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>;
fn max_stack_size(&self) -> VmIndex; }

Required methods

Implementors