Trait differential_dataflow::lattice::Maximum
source · pub trait Maximum {
// Required method
fn maximum() -> Self;
}
Expand description
A type that has a unique maximum element.
Required Methods§
Object Safety§
This trait is not object safe.