[][src]Trait alt_std::string::Append

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

Required methods

fn append(&mut self, other: T)

Loading content...

Implementors

impl<'_> Append<&'_ String> for String[src]

impl<'_> Append<&'_ str> for String[src]

Loading content...