pub fn parse_crc_node<'r, D, P, E>(
    parser: P
) -> impl FnMut(&'r [u8]) -> IResult<&'r [u8], CRCTreeNode<D>, E>
where P: Parser<&'r [u8], D, E>, E: ParseError<&'r [u8]>,
Available on crate feature common-parser only.
Expand description

Parse a CRC node