Function write_strings

Source
pub async fn write_strings<W: AsyncWriteExt + Unpin, I>(
    w: &mut W,
    si: I,
) -> Result<()>
Expand description

Write a list of strings to the stream.