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