init(recording:)
Creates a record publisher from an existing recording.
Declaration
init(recording: Record<Output, Failure>.Recording)Parameters
- recording:
A previously-recorded recording of published elements and a completion.
Creates a record publisher from an existing recording.
init(recording: Record<Output, Failure>.Recording)A previously-recorded recording of published elements and a completion.