trait UdfPointer: Deref {
// Required methods
fn equals(&self, other: &Self::Target) -> bool;
fn hash_value(&self) -> u64;
}trait UdfPointer: Deref {
// Required methods
fn equals(&self, other: &Self::Target) -> bool;
fn hash_value(&self) -> u64;
}