Struct std::string::JoinAdapter
Non-allocating formattable object that joins the parts of a string with the given delimiter.
See join_fmt for details.
Fields
-
separator: &[u8]
-
inner: &mut It
Methods
-
fn fmt<F>(self: &JoinAdapter<It>, f: &mut F) -> Result<(), Error>
F: Formatter<F>