[][src]Function nom::multispace1

pub fn multispace1<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