pub trait CacheType<T> {
type UnderlyingMap;
}Expand description
A node cache type
Required Associated Types§
Sourcetype UnderlyingMap
type UnderlyingMap
The underlying map type for a given node cache type
pub trait CacheType<T> {
type UnderlyingMap;
}A node cache type
The underlying map type for a given node cache type