Trait Join
trait Join<Separator>
Helper trait for [T]::join
Associated Types
type OutputThe resulting type after concatenation
Required Methods
fn join(slice: &Self, sep: Separator) -> <Self as >::OutputImplementation of
[T]::join
Implementors
impl<S: Borrow<str>> Join for [S]impl<T: Clone, V: Borrow<[T]>> Join for [V]impl<T: Clone, V: Borrow<[T]>> Join for [V]