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 */ }
pub type TraceValHandle<K, V, T, R> = TraceAgent<OrdValSpine<K, V, T, R>>;
A trace of (K, V) pairs indexed by key.
pub struct TraceValHandle<K, V, T, R> { /* private fields */ }