pub type RelationId = TypedId<{ _ }, u32>;
#[repr(transparent)]pub struct RelationId(pub(crate) u32);
0: u32