macro_rules! define_index {
($(#[$attr:meta])* $vis:vis struct $name:ident;) => { ... };
}Expand description
Macro to define a newtype index.
macro_rules! define_index {
($(#[$attr:meta])* $vis:vis struct $name:ident;) => { ... };
}Macro to define a newtype index.