Trait brassfibre::prelude::Join [] [src]

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

Join by index

Required Methods

Implementors