[][src]Function lexpr::datum::from_str_elisp

pub fn from_str_elisp(s: &str) -> Result<Datum>

Parse a datum from a string slice representing a single S-expression, using parser options suitable for Emacs Lisp.

See from_str_custom for more information.