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
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".