Function esexpr_binary::parse

source ยท
pub fn parse<'a, F: Read + 'a, S: AsRef<str>>(
    f: F,
    string_pool: &'a [S],
) -> impl Iterator<Item = Result<ESExpr, ParseError>> + 'a
where [S]: ToOwned<Owned = Vec<S>>,