[][src]Function gobble::reader::or_char

pub fn or_char<A: Fn(char) -> bool, B: Fn(char) -> bool>(
    a: A,
    b: B
) -> impl Fn(char) -> bool
👎 Deprecated since 0.2.1:

Use a tuple instead: (CharBool,CharBool) implements CharBool