pub type PathPool<S = RandomState> = SharedPool<PathBuf, S>;Expand description
A path interning pool that manages SharedPaths.
Each PathPool has its own storage. When comparing SharedPaths
from separate pools, the full string comparison function must be used.
Aliased Typeยง
pub struct PathPool<S = RandomState>(/* private fields */);