pub type SubId = u64;
A unique identifier for a subscription.
Used by the runtime to track which subscriptions are active and to deduplicate subscriptions across update cycles.