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
Nevercan be used.Declaration
Swift
associatedtype Error : Error
View on GitHub
Install in Dash
EventProtocol Protocol Reference