Function rusty_parser::chars

source ยท
pub fn chars<'a>(str: &'a str) -> SliceEqualParser<Chars<'a>>
Expand description

This Parser will compare the input string starts with the given string.