pub trait NodeParserExt: Parser<Node> { // Provided method fn as_extra(self) -> AsExtra<Self> where Self: Sized { ... } }