Macro newtype_index

Source
macro_rules! newtype_index {
    () => { ... };
    ($(#[$attr:meta])* $vis:vis struct $name:ident; $($rest:tt)*) => { ... };
}
Expand description

Creates a new index to use with ::index_vec.