ToIndex

Trait ToIndex 

Source
pub trait ToIndex {
    // Required method
    fn to_index(&self) -> Value;
}

Required Methods§

Source

fn to_index(&self) -> Value

Implementors§

Source§

impl ToIndex for Ref<Vec<i64>>

Available on crate feature matrix only.