Function nom_grapheme_clusters::parse::tab
source · pub fn tab<T, E>(input: T) -> IResult<T, T::Item, E>where
T: InputIter + InputLength + InputTake,
for<'tok> T::Item: PartialEq<&'tok str>,
E: ParseError<T>,
Expand description
Recognizes one tab ("\t"
) ASCII character.