Type Alias TraceValHandle

Source
pub type TraceValHandle<K, V, T, R> = TraceAgent<OrdValSpine<K, V, T, R>>;
Expand description

A trace of (K, V) pairs indexed by key.

Aliased Typeยง

pub struct TraceValHandle<K, V, T, R> { /* private fields */ }