Trait lambda_mountain::StackVariable

source ·
pub trait StackVariable {
    // Required method
    fn offset_from_stack_pointer(&self) -> i64;
}

Required Methods§

Implementors§