Function il2_iltags::tags::standard::explicit::deserialize_string_tag_from_value[][src]

pub fn deserialize_string_tag_from_value(
    reader: &mut dyn Reader
) -> Result<String>
Expand description

Extracts a string value from a standard string tag directly from the data stream.

Arguments:

  • reader: The reader;

Returns:

  • Ok(std::string::String): The string extracted from the data stream;
  • Err(e): In case of error.