[][src]Function nom::multispace

pub fn multispace<T>(input: T) -> IResult<T, T> where
    T: InputTakeAtPosition,
    <T as InputTakeAtPosition>::Item: AsChar + Clone

Recognizes one or more spaces, tabs, carriage returns and line feeds