Module udf_eq

Module udf_eq 

Source

Structs§

UdfEq
A wrapper around a pointer to UDF that implements Eq and Hash delegating to corresponding methods on the UDF trait.

Traits§

UdfPointer 🔒