Trait lambda_mountain::LocalVariable

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

Required Methods§

Implementors§