macro_rules! newtype_index {
() => { ... };
($(#[$attr:meta])* $vis:vis struct $name:ident; $($rest:tt)*) => { ... };
}Expand description
Creates a new index to use with ::index_vec.
macro_rules! newtype_index {
() => { ... };
($(#[$attr:meta])* $vis:vis struct $name:ident; $($rest:tt)*) => { ... };
}Creates a new index to use with ::index_vec.