Macro newtype_id
macro_rules! newtype_id {
($name:ident) => { ... };
}Expand description
Macro to create a newtyped ID that implements Idx.
macro_rules! newtype_id {
($name:ident) => { ... };
}Macro to create a newtyped ID that implements Idx.