Trait brassfibre::prelude::Append [] [src]

pub trait Append<'s>: Sized {
    fn append<'o>(&'s self, other: &'o Self) -> Self;
}

Concatenate along row

Required Methods

Implementors