Trait dyon::embed::PushVariable [] [src]

pub trait PushVariable {
    fn push_var(&self) -> Variable;
}

Implemented by types that can be pushed to the runtime stack.

Required Methods

Converts from self to variable.

Implementors