[−][src]Function serde_lexpr::parse::from_str
pub fn from_str(s: &str) -> Result<Value, Error>
Parse a value from a string slice representing a single S-expressions, using the default parser options.
See from_str_custom
for more information.