Function paralegal_spdg::utils::write_sep
source · pub fn write_sep<E, I: IntoIterator<Item = E>, F: FnMut(E, &mut Formatter<'_>) -> Result>(
fmt: &mut Formatter<'_>,
sep: &str,
it: I,
f: F
) -> Result
Expand description
Write all elements from it
into the formatter fmt
using f
, separating
them with sep