Contents

URLSession.DataTaskPublisher.Output

The kind of values published by this publisher.

Declaration

typealias Output = (data: Data, response: URLResponse)

See Also

Declaring publisher topography