pub fn parse_as_edn(edn: &str) -> Result<(Edn<'_>, &str), Error>
Parse the first EDN form from a string and return it with the unread remainder.
See crate::error::Error.
crate::error::Error