macro_rules! define_keys {
($n:expr) => { ... };
}
Expand description
Defines tuple structs KeysN for N keys, where N is the given expression.
macro_rules! define_keys {
($n:expr) => { ... };
}
Defines tuple structs KeysN for N keys, where N is the given expression.