[][src]Trait rkv::store::keys::EncodableKey

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

Required methods

pub fn to_bytes(&self) -> Result<Vec<u8>, DataError>[src]

Loading content...

Implementors

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

Loading content...