SettingSubscription

final class SettingSubscription<SubscriberType: Subscriber, T: Decodable>: Subscription
    where SubscriberType.Input == Any?

Undocumented