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

pub trait Join<RHS: ?Sized = Self> {
    fn join(self, other: RHS) -> Self;
fn join_in_place(&mut self, other: RHS); }

Required Methods

Implementors