winnow::token

Function literal_

Source
fn literal_<T, I, Error: ParserError<I>, const PARTIAL: bool>(
    i: &mut I,
    t: T,
) -> Result<<I as Stream>::Slice, Error>
where I: StreamIsPartial + Stream + Compare<T>, T: Debug,