Trait Index

Source
pub trait Index {
    // Required method
    fn value(self) -> Variable;
}

Required Methods§

Source

fn value(self) -> Variable

Implementations on Foreign Types§

Source§

impl Index for ExpandElement

Source§

impl Index for i32

Source§

impl Index for u32

Implementors§