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

Required Methods§

source

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

Implementors§