Skip to main content

TableObjectDecode

Trait TableObjectDecode 

Source
pub trait TableObjectDecode: Sized {
    // Required method
    fn table_decode(val: &[u8]) -> Result<Self, MDBXDeriveError>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl TableObjectDecode for Cow<'_, [u8]>

Source§

impl TableObjectDecode for ()

Source§

impl TableObjectDecode for Vec<u8>

Implementors§