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