MasterKey

Type Alias MasterKey 

Source
pub type MasterKey = Dynamic<Vec<u8>>;

Aliased Type§

pub struct MasterKey(pub Box<Vec<u8>>);

Tuple Fields§

§0: Box<Vec<u8>>