StringTable

Type Alias StringTable 

Source
pub type StringTable<'a> = Table<'a, StringItem>;

Aliased Typeยง

pub struct StringTable<'a> { /* private fields */ }