Function from_str

Source
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