pub fn parse_existing_string_pool<'a, F: Read + 'a>(
f: F,
string_pool: Vec<String>,
) -> impl ExprParser + Iterator<Item = Result<ESExpr, ParseError>> + 'a
pub fn parse_existing_string_pool<'a, F: Read + 'a>(
f: F,
string_pool: Vec<String>,
) -> impl ExprParser + Iterator<Item = Result<ESExpr, ParseError>> + 'a