Trait aopt::str::StrJoin

source ·
pub trait StrJoin {
    // Required method
    fn join(&self, sep: &str) -> String;
}

Required Methods§

source

fn join(&self, sep: &str) -> String

Implementations on Foreign Types§

source§

impl StrJoin for Vec<AStr>

source§

fn join(&self, sep: &str) -> String

Implementors§