Type Alias KeyPath

Source
pub type KeyPath = Vec<u16, MAX_KEY_PATH_LEN>;
Expand description

Sequence of indices into a key map.

Aliased Typeยง

struct KeyPath { /* private fields */ }