macro_rules! define_index {
($name:ident, $inner:ty, $doc:expr) => { ... };
}Expand description
Defines the index of something as an integer of a certain type
macro_rules! define_index {
($name:ident, $inner:ty, $doc:expr) => { ... };
}Defines the index of something as an integer of a certain type