Trait string_cache::atom::StaticAtomSet [] [src]

pub trait StaticAtomSet {
    fn get() -> &'static PhfStrSet;
    fn empty_string_index() -> u32;
}

Required Methods

Implementors