[−][src]Function ron::de::from_str
pub fn from_str<'a, T>(s: &'a str) -> Result<T> where
T: Deserialize<'a>,
A convenience function for building a deserializer
and deserializing a value of type T
from a string.
pub fn from_str<'a, T>(s: &'a str) -> Result<T> where
T: Deserialize<'a>,
A convenience function for building a deserializer
and deserializing a value of type T
from a string.