pub trait KeyObjectEncode {
// Required method
fn key_encode(&self) -> Result<Vec<u8>, MDBXDeriveError>;
}Required Methods§
fn key_encode(&self) -> Result<Vec<u8>, MDBXDeriveError>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".