Type Alias

TimingElement

Type used to represent the combination of a publisher’s output and a timing function’s output.

Declaration

typealias TimingElement<Output> = (Output, Timing)