[−][src]Function nom::space1 
pub fn space1<T>(input: T) -> IResult<T, T> where
    T: InputTakeAtPosition,
    <T as InputTakeAtPosition>::Item: AsChar + Clone, Recognizes one or more spaces and tabs
pub fn space1<T>(input: T) -> IResult<T, T> where
    T: InputTakeAtPosition,
    <T as InputTakeAtPosition>::Item: AsChar + Clone, Recognizes one or more spaces and tabs