pub fn position<T, E>(s: T) -> IResult<T, T, E>where
E: ParseError<T>,
T: Input,
Expand description
Capture the position of the current fragment
pub fn position<T, E>(s: T) -> IResult<T, T, E>where
E: ParseError<T>,
T: Input,
Capture the position of the current fragment