Skip to main content

SubId

Type Alias SubId 

Source
pub type SubId = u64;
Expand description

A unique identifier for a subscription.

Used by the runtime to track which subscriptions are active and to deduplicate subscriptions across update cycles.