StatefulFeature

public protocol StatefulFeature : Feature

Undocumented

  • Undocumented

    Declaration

    Swift

    associatedtype StateType
  • Undocumented

    Declaration

    Swift

    var getState: () -> StateType { get }