Trait the_key::KeyPart[][src]

pub trait KeyPart {
    fn get_name(&self) -> &'static str;
fn get_bytes(&self) -> &'static [u8]; }

Required methods

fn get_name(&self) -> &'static str[src]

fn get_bytes(&self) -> &'static [u8][src]

Loading content...

Implementors

Loading content...