[][src]Function combinedfun::str_parsers::ws

pub fn ws<'a, I: 'a, E: 'a, R: RangeLike + 'a>(
    r: R
) -> Parser<impl ParserImpl<I, Output = I::Output, Error = E> + 'a, I> where
    E: ConsumeError<I>,
    I: SplitFirst<Element = char> + Recordable + Clone

Records whitespace, including newlines.