Function nom::multispace
[−]
[src]
pub fn multispace<T>(input: T) -> IResult<T, T> where
T: Slice<Range<usize>> + Slice<RangeFrom<usize>> + Slice<RangeTo<usize>>,
T: InputIter + InputLength + AtEof,
<T as InputIter>::RawItem: AsChar + Clone,
Recognizes one or more spaces, tabs, carriage returns and line feeds