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