Skip to main content

or

Function or 

Source
pub fn or<T>(a: impl Fn(T) -> bool, b: impl Fn(T) -> bool) -> impl Fn(T) -> bool
where T: Clone,