pub fn string_of<S: AsRef<str>>( chars: S, rp: RepeatSpec, ) -> impl Parser<Result = String>
A parser that parses a string consisting of characters chars.
chars