EventProtocol
public protocol EventProtocol
Event protocol for constraining signal extensions
-
The value type of an event.
Declaration
Swift
associatedtype Value -
The error type of an event. If errors aren’t possible then
NoErrorcan be used.Declaration
Swift
associatedtype Error: Swift.Error
View on GitHub
Install in Dash
EventProtocol Protocol Reference