pub type StringInterner = Interner<str, StringBackend>;
pub struct StringInterner { /* private fields */ }