Type Alias PartialEqFnTyped

Source
pub type PartialEqFnTyped<T> = fn(left: &T, right: &T) -> bool;
Expand description

Function to check if two values are partially equal