Function derive_more::parsing::any_char

source ·
fn any_char(
    input: &str,
    state: &mut ParseState<'_>,
    pos: usize
) -> RuleResult<()>