Function nom::space
[−]
[src]
pub fn space<'a, T: ?Sized>(input: &'a T) -> IResult<&'a T, &'a T> where
T: Index<Range<usize>, Output = T> + Index<RangeFrom<usize>, Output = T>,
&'a T: IterIndices + InputLength,
Recognizes spaces and tabs