Trait rudy::Key [] [src]

pub trait Key: Copy + PartialEq + Ord + Default + Debug {
    type Bytes: AsRef<[u8]>;
    fn into_bytes(self) -> Self::Bytes;
fn from_bytes(bytes: Self::Bytes) -> Self; }

Associated Types

Required Methods

Implementors