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