macro_rules! unique_id_32 {
($(#[$attrs:meta])* $vis:vis struct $Type:ident $(< $T:ident $(:($($bounds:tt)+))? >)? $(: $ParentId:path)? ;) => { ... };
}
Expand description
Declare a new unique id type that is backed by a NonZeroU32
.
macro_rules! unique_id_32 {
($(#[$attrs:meta])* $vis:vis struct $Type:ident $(< $T:ident $(:($($bounds:tt)+))? >)? $(: $ParentId:path)? ;) => { ... };
}
Declare a new unique id type that is backed by a NonZeroU32
.