Trait ArrayLookup

Source
pub trait ArrayLookup: Lookup {
    // Required method
    fn data(&self) -> &'static [&'static str];
}

Required Methods§

Source

fn data(&self) -> &'static [&'static str]

Implementors§