pub fn ascii_ws<'a, I: InputIter<Item = &'a u8>>(i: I) -> Result<I, u8>
Expand description

Matches and returns any ascii charactar whitespace byte.