pub type PartialEqFnTyped<T> = fn(TypedPtrConst<'_, T>, TypedPtrConst<'_, T>) -> bool;Expand description
Function to check if two values are partially equal
pub type PartialEqFnTyped<T> = fn(TypedPtrConst<'_, T>, TypedPtrConst<'_, T>) -> bool;Function to check if two values are partially equal