[][src]Function combinedfun::str_parsers::while_one_of

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

Records characters that are in s.