Trait CacheType

Source
pub trait CacheType<T> {
    type UnderlyingMap;
}
Expand description

A node cache type

Required Associated Types§

Source

type UnderlyingMap

The underlying map type for a given node cache type

Implementors§