Trait differential_dataflow::trace::implementations::Update
source · pub trait Update {
type Key: Ord + Clone + 'static;
type Val: Ord + Clone + 'static;
type Time: Ord + Clone + Lattice + Timestamp;
type Diff: Ord + Semigroup + 'static;
}
Expand description
A type that names constituent update types.