Trait Append

Source
pub trait Append<T> {
    // Required method
    fn append(&mut self, other: T);
}

Required Methods§

Source

fn append(&mut self, other: T)

Implementors§