Function nom::multispace
[−]
[src]
pub fn multispace<'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, tabs, carriage returns and line feeds