SubItem<Msg> typedef

SubItem<Msg> = (SubscriptionId, Subscribe<Msg>)

Implementation

typedef SubItem<Msg> = (SubscriptionId, Subscribe<Msg>);