[][src]Trait rkv::EncodableKey

pub trait EncodableKey {
    fn to_bytes(&self) -> Result<Vec<u8>, DataError>;
}

Required methods

fn to_bytes(&self) -> Result<Vec<u8>, DataError>

Loading content...

Implementors

impl<T> EncodableKey for T where
    T: Serialize
[src]

Loading content...