RecoilNode

public protocol RecoilNode<T>

Undocumented

  • T

    Undocumented

    Declaration

    Swift

    associatedtype T : Equatable
  • key Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var key: NodeKey { get }
  • Undocumented

    Declaration

    Swift

    func makeLoadable() -> BaseLoadable