Function write_str_sized

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