[−][src]Trait gf::support::lattice::Join
A join semilattice that has a bottom and a top element.
Blanket implementations
A blanket implementation is provided for 2- and 3-tuples of Join
implementors.
Required methods
Loading content...Provided methods
fn join_cmp(a: &Self, b: &Self) -> Option<Ordering>
Compare a
and b
using the induced partial order ⊑.
The default implementation uses join
to compare the elements.
Implementations on Foreign Types
impl<A, B> Join for (A, B) where
A: Join,
B: Join,
[src]
A: Join,
B: Join,
impl<A, B, C> Join for (A, B, C) where
A: Join,
B: Join,
C: Join,
[src]
Loading content...A: Join,
B: Join,
C: Join,