Function token

Source
pub fn token<I, E>(input: I) -> IResult<I, I, E>
where I: Input + Copy + Offset, <I as Input>::Item: AsChar, E: ParseError<I>,
Expand description

TOKEN = 1*TCHAR