Type Alias Key

Source
pub type Key = BitVec<usize, Lsb0>;

Aliased Type§

#[repr(C)]
pub struct Key { /* private fields */ }

Trait Implementations§

Source§

impl FromKey for Key

Source§

fn from_key(key: KeyRef<'_>) -> Key

Source§

fn from_key_owned(key: Key) -> Self
where Self: Sized,

Source§

impl ToKey for Key

Source§

fn to_key(&self) -> Key