Skip to main content

TableObjectEncode

Trait TableObjectEncode 

Source
pub trait TableObjectEncode {
    // Required method
    fn table_encode(&self) -> Result<Vec<u8>, MDBXDeriveError>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

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

Source§

impl TableObjectEncode for ()

Source§

impl TableObjectEncode for Vec<u8>

Implementors§