PartialEqFnTyped

Type Alias PartialEqFnTyped 

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

Function to check if two values are partially equal