TypedU32Id

Type Alias TypedU32Id 

Source
type TypedU32Id<const N: usize> = TypedId<N, u32>;

Aliased Type§

#[repr(transparent)]
struct TypedU32Id<const N: usize>(pub(crate) u32);

Tuple Fields§

§0: u32