Function il2_iltags::io::data::write_string[][src]

pub fn write_string(v: &str, writer: &mut dyn Writer) -> Result<()>
Expand description

Writes an UTF-8 string to the specified Writer.

Arguments:

  • v: The value;
  • writer: The Writer;

Returns:

  • Ok(()): For success;
  • Err(_): For failure;