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