[][src]Function serde_lexpr::parse::from_reader

pub fn from_reader<impl io::Read>(rdr: impl io::Read) -> Result<Value, Error> where
    impl io::Read: Read

Parse a value from an IO stream of S-expressions, using the default parser options.

See from_reader_custom for more information.