Trait the_key::KeyPart[][src]

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

Required methods

fn new() -> Self[src]

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

Returns key part name

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

Returns key part bytes

Loading content...

Implementors

Loading content...