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 */ }