Type Definition string_interner::DefaultStringInterner [] [src]

type DefaultStringInterner = StringInterner<usize>;

Defaults to using usize as the underlying and internal symbol data representation within this StringInterner.