Trait std::str::StrVector

pub trait StrVector {
    fn concat(&self) -> ~str;
    fn connect(&self, sep: &str) -> ~str;
}

Required Methods

fn concat(&self) -> ~str

fn connect(&self, sep: &str) -> ~str

Implementors