Struct string_cache_shared::StaticAtomSet [] [src]

pub struct StaticAtomSet {
    // some fields omitted
}

Methods

impl StaticAtomSet
[src]

fn get_index_or_hash(&self, s: &str) -> Result<u32u64>

fn index(&self, i: u32) -> Option<&'static str>

fn iter(&self) -> Iter<&'static str>