Struct join_to_string::JoinBuilder[][src]

pub struct JoinBuilder<'a, I> { /* fields omitted */ }

Builder struct to specify separator, suffix and prefix of the join operation.

Methods

impl<'a, I> JoinBuilder<'a, I>
[src]

Set the prefix.

Set the suffix.

Set both suffix and prefix.

impl<'a, I> JoinBuilder<'a, I> where
    I: Iterator,
    I::Item: Display
[src]

Auto Trait Implementations

impl<'a, I> Send for JoinBuilder<'a, I> where
    I: Send

impl<'a, I> Sync for JoinBuilder<'a, I> where
    I: Sync