string_of

Function string_of 

Source
pub fn string_of<S: AsRef<str>>(
    chars: S,
    rp: RepeatSpec,
) -> impl Parser<Result = String>
Expand description

A parser that parses a string consisting of characters chars.