pub fn one_of<'a>( value: &'static str ) -> impl Fn(&'a str) -> ParseResult<'a, char>
Recognizes any character in the provided string.