Trait gcollections::ops::lattice::Join[][src]

pub trait Join {
    fn join(self, other: Self) -> Self;
}

Required methods

Implementors