Type Definition vsdb::RawBytes

source ·
pub type RawBytes = Vec<u8, Global>;

Trait Implementations§

source§

impl KeyEnDeOrdered for RawBytes

source§

fn to_bytes(&self) -> RawBytes

&key => bytes
source§

fn into_bytes(self) -> RawBytes

key => bytes
source§

fn from_slice(b: &[u8]) -> Result<Self>

&bytes => key
source§

fn from_bytes(b: RawBytes) -> Result<Self>

bytes => key