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