Function parse_one_of

Source
pub fn parse_one_of<T: 'static, I: IntoIterator<Item = Parser<T>>>(
    list: I,
) -> Parser<T>