[][src]Type Definition lang_extension::ops::function::BiPredicateOnce

type BiPredicateOnce<V, V2> = Arc<Box<dyn FnOnce(V, V2) -> bool>>;