Trait string_cache::atom::StaticAtomSet
[−]
[src]
pub trait StaticAtomSet {
fn get() -> &'static PhfStrSet;
fn empty_string_index() -> u32;
}
Required Methods
fn get() -> &'static PhfStrSet
fn empty_string_index() -> u32
Implementors
impl StaticAtomSet for EmptyStaticAtomSet