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