struct JoinAdapter<It> { ... }
It: Iterator<It, &[u8]>

Non-allocating formattable object that joins the parts of a string with the given delimiter.

See join_fmt for details.

Fields

Methods

impl JoinAdapter<It> { ... }
It: Iterator<It, &[u8]>