Trait dyon::embed::PopVariable [] [src]

pub trait PopVariable: Sized {
    fn pop_var(rt: &Runtime, var: &Variable) -> Result<Self, String>;
}

Implemented by types that can be popped from the runtime stack.

Required Methods

Converts variable to self. The variable should be resolved before call.

Implementors