parse_codepoint

Function parse_codepoint 

Source
pub fn parse_codepoint(
    from: Span<'_>,
) -> IResult<Span<'_>, char, ParseError<Span<'_>>>