pub fn join<'slice, 'src: 'slice, Lang: Language, E, IE>(
parsers: impl Joignable<'slice, 'src, Lang, E, IE>,
) -> impl FnMut(Input<'slice, 'src, Lang>) -> IResult<'slice, 'src, Lang, E, IE>Expand description
Joins the output trees of multiple parsers without creating a new node (yet)