AnyStatefulFeatureObserver

open class AnyStatefulFeatureObserver<ApplicationState> : StatefulFeatureObserver

Type erasure for the generic FeatureObserverType protocol (you need this to reference it as a full type, to use it in arrays or variable definitions, since generic protocols can only be used in generic definitions)