AnyTypedRequest

public struct AnyTypedRequest<T> : TypedRequest

A type-erased TypedRequest.

An instance of AnyTypedRequest forwards its operations to an underlying typed request, hiding its specifics.