pub fn from_str<'a, T>(v: &'a str) -> Result<T>where
T: Deserialize<'a>,Expand description
Deserialize an instance of T from a string of Rison
pub fn from_str<'a, T>(v: &'a str) -> Result<T>where
T: Deserialize<'a>,Deserialize an instance of T from a string of Rison