escaped_string

Function escaped_string 

Source
pub fn escaped_string<I>(
    must_esc: &'static [char],
    esc: &Escape,
) -> impl Parser<I, Output = String>
where I: RangeStream<Token = char>, I::Error: ParseError<I::Token, I::Range, I::Position>, I::Range: Range,