Macro zng_unique_id::unique_id_32

source ·
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.