PartialEqFnTyped

Type Alias PartialEqFnTyped 

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

Function to check if two values are partially equal