Struct string_cache::atom::EmptyStaticAtomSet [] [src]

pub struct EmptyStaticAtomSet;

An empty static atom set for when only dynamic strings will be added

Trait Implementations

impl StaticAtomSet for EmptyStaticAtomSet
[src]

[src]

Get the location of the static string set in the binary.

[src]

Get the index of the empty string, which is in every set and is used for Atom::default.

Auto Trait Implementations