[][src]Trait pearl::Key

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

Trait Key

Associated Constants

const LEN: u16

Key must have fixed length

Loading content...

Provided methods

fn to_vec(&self) -> Vec<u8>

Convert Self into Vec<u8>

Loading content...

Implementations on Foreign Types

impl<T, '_> Key for &'_ T where
    T: Key
[src]

Loading content...

Implementors

Loading content...