Trait libmdbx::TableObject
source · pub trait TableObject<'tx> {
fn decode(data_val: &[u8]) -> Result<Self, Error>
where
Self: Sized;
}Expand description
Implement this to be able to decode data values
pub trait TableObject<'tx> {
fn decode(data_val: &[u8]) -> Result<Self, Error>
where
Self: Sized;
}Implement this to be able to decode data values