Function nom::multispace0 [] [src]

pub fn multispace0<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 zero or more spaces, tabs, carriage returns and line feeds