Macro define_keys

Source
macro_rules! define_keys {
    ($n:expr) => { ... };
}
Expand description

Defines tuple structs KeysN for N keys, where N is the given expression.