Function winnow::ascii::escaped

source ·
pub fn escaped<'i, Input, Error, Normal, Escapable, NormalOutput, EscapableOutput>(
    normal: Normal,
    control_char: char,
    escapable: Escapable
) -> impl Parser<Input, <Input as Stream>::Slice, Error>
where Input: StreamIsPartial + Stream + Compare<char> + 'i, Normal: Parser<Input, NormalOutput, Error>, Escapable: Parser<Input, EscapableOutput, Error>, Error: ParserError<Input>,
👎Deprecated since 0.6.4: Replaced with take_escaped
Expand description

Deprecated, replaced with take_escaped