EventConvertible

public protocol EventConvertible

A type that can be converted to Event<Element>.

  • Type of element in event

    Declaration

    Swift

    associatedtype Element
  • Event representation of this instance

    Declaration

    Swift

    var event: Event<Element> { get }