pub fn node<'slice, 'src: 'slice, Lang: Language, E, IE>(
node: Lang::Kind,
parser: impl Parser<Input<'slice, 'src, Lang>, Children<Lang, E>, IE>,
) -> impl FnMut(Input<'slice, 'src, Lang>) -> IResult<'slice, 'src, Lang, E, IE>where
Lang::Kind: 'static,Expand description
Wraps the contained parser’s direct and indirect output into a node