Value
public struct Value<Output> : Publisher
                A publisher that tracks changes in the database.
- 
                  
                  
Declaration
Swift
public typealias Failure = Error - 
                  
                  
Declaration
Swift
public func receive<S>(subscriber: S) where Output == S.Input, S : Subscriber, S.Failure == DatabasePublishers.Value<Output>.Failure 
View on GitHub
Install in Dash
        Value Structure Reference