pub trait IntoRecursiveRoot<R> { // Required method fn into_recursive_root(self, parser: &mut Parser) -> R; }