[][src]Type Definition string_interner::DefaultStringInterner

type DefaultStringInterner = StringInterner<usize>;

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