Type Definition differential_dataflow::trace::implementations::hash::HashKeySpine
[−]
[src]
type HashKeySpine<K, T, R> = Spine<K, (), T, R, Rc<HashKeyBatch<K, T, R>>>;
A trace implementation for empty values using a spine of hash-map batches.