one_of

Function 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.