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

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