[−][src]Function serde_lexpr::parse::from_reader_elisp
pub fn from_reader_elisp(rdr: impl Read) -> Result<Value, Error>
Parse a value from an IO stream of S-expressions, using the parser options suitable for parsing Emacs Lisp.
See from_reader_custom
for more information.