pub trait PoolKind<S>: Clone + PartialEq + PoolKindSealed<S> { }Expand description
A kind of interning pool. Currently there are only two types of pools:
- Global, used through the
global::StringPool,GlobalPath, andGlobalBuffertypes. - Shared, used through the
StringPool,PathPool, andBufferPooltypes.