Trait Join

trait Join<Separator>

Helper trait for [T]::join

Associated Types

type Output

The resulting type after concatenation

Required Methods

fn join(slice: &Self, sep: Separator) -> <Self as >::Output

Implementation of [T]::join

Implementors