Skip to main content

Unite

Trait Unite 

Source
pub trait Unite<T> {
    type Output;

    // Required method
    fn unite(self, other: T) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn unite(self, other: T) -> Self::Output

Implementors§