pub fn from_str_raw<'a, T: Deserialize<'a>>(s: &'a str) -> Result<T>
Expand description
Attempts to deserialize a string of VDF text to some type T, without parsing escape sequences
pub fn from_str_raw<'a, T: Deserialize<'a>>(s: &'a str) -> Result<T>
Attempts to deserialize a string of VDF text to some type T, without parsing escape sequences