AsyncRequestDecodable

Can convert Request to a Self.

ResponseCodable+Concurrency.swift:23
protocol AsyncRequestDecodable
Browse conforming types

Types that conform to this protocol can decode requests to their type.

This is the async version of RequestDecodable