pub fn parse_existing_string_pool_sync<'a, R: Read<E>, E: 'static>( data: &'a mut R, string_pool: Vec<String>, ) -> impl ExprParser<E>
Parse binary input as ESExpr using an existing string pool
ESExpr