[][src]Function nom_locate::position

pub fn position<T, E>(s: T) -> IResult<T, T, E> where
    E: ParseError<T>,
    T: InputIter + InputTake

Capture the position of the current fragment