Type Alias TraceKeyHandle

Source
pub type TraceKeyHandle<K, T, R> = TraceAgent<OrdKeySpine<K, T, R>>;
Expand description

A trace of values indexed by self.

Aliased Typeยง

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