[][src]Type Definition un_algebra::relation::relation::NumRel

type NumRel<T> = dyn Fn(&T, &T, &<T as NumEq>::Eps) -> bool;

A numeric binary relation on a set of T items. The generic type parameter should be <T: NumEq>, but generic bounds in this position are unsupported in Rust.