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