RecoilNode
public protocol RecoilNode<T>
Undocumented
-
Undocumented
Declaration
Swift
associatedtype T : Equatable
-
key
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var key: NodeKey { get }
-
Undocumented
Declaration
Swift
func makeLoadable() -> BaseLoadable