Function read_string

Source
pub fn read_string(edn: &str) -> Result<Edn<'_>, Error>
Expand description

Reads one object from the &str.

ยงErrors

See crate::error::Error.