pub type DefaultStringInterner<B = DefaultBackend, H = DefaultHashBuilder> = StringInterner<B, H>;Expand description
A convenience StringInterner type based on the DefaultBackend.
Aliased Typeยง
pub struct DefaultStringInterner<B = DefaultBackend, H = DefaultHashBuilder> { /* private fields */ }