Type Alias string_interner::DefaultStringInterner
source · pub type DefaultStringInterner<B = DefaultBackend, H = DefaultHashBuilder> = StringInterner<B, H>;
Expand description
A convenience StringInterner
type based on the DefaultBackend
.
Aliased Type§
struct DefaultStringInterner<B = DefaultBackend, H = DefaultHashBuilder> { /* private fields */ }