Function combine::char::space [] [src]

pub fn space<I>() -> Space<I> where I: Stream<Item=char>

Parse a single whitespace according to std::char::is_whitespace.

This includes space characters, tabs and newlines.