Skip to main content

write_chars

Function write_chars 

Source
fn write_chars<'a, W: Write>(
    c: impl IntoIterator<Item = &'a char>,
    w: &mut W,
) -> Result<()>