Type Alias DBKey

Source
pub type DBKey = [u8; 8];
Expand description

Denotes keys in a database

Trait Implementations§

Source§

impl From<Key> for DBKey

Source§

fn from(key: Key) -> Self

Converts to this type from the input type.