Function write_str

Source
pub fn write_str<T: Write + ?Sized>(
    w: &mut T,
    data: &str,
    text_encoding: &StringCodecMaps,
) -> Result<()>
Expand description
  • Write an encoded string.