Trait pearl::Key[][src]

pub trait Key: AsRef<[u8]> + Debug {
    const LEN: u16;
    fn to_vec(&self) -> Vec<u8> { ... }
}
Expand description

Trait Key

Associated Constants

Key must have fixed length

Provided methods

Convert Self into Vec<u8>

Implementors