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