Trait mz_compute_types::plan::interpret::BoundedLattice
source · pub trait BoundedLattice: Lattice {
// Required methods
fn top() -> Self;
fn bottom() -> Self;
}
Expand description
A lattice with existing top
and bottom
elements.
Required Methods§
Object Safety§
This trait is not object safe.