pub trait HashKeyDe: Scalar {
// Required method
fn deserialize(data_type: &DataType, buf: impl Buf) -> Self;
}
Expand description
The deserialization counterpart of HashKeySer
.
Required Methods§
fn deserialize(data_type: &DataType, buf: impl Buf) -> Self
Object Safety§
This trait is not object safe.