Skip to main content

CacheType

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§