pub fn remember_opt<P, T>(parser: P, cell: &Rc<RefCell<T>>) -> impl Parser<T>where
    P: Parser<T>,
    T: Clone + 'static,
Expand description

Stash successfully parsed value in a RefCell