Function monch::one_of

source ·
pub fn one_of<'a>(
    value: &'static str
) -> impl Fn(&'a str) -> ParseResult<'a, char>
Expand description

Recognizes any character in the provided string.