EventConvertible
public protocol EventConvertible
A type that can be converted to Event<Element>.
-
Type of element in event
Declaration
Swift
associatedtype ElementType -
Event representation of this instance
Declaration
Swift
var event: Event<ElementType> { get }
EventConvertible Protocol Reference