SwiftDocCConvertRequestContextWrapperStructureConvertRequestContextWrapperA wrapper type that adds contextual information relating to a convert request.struct ConvertRequestContextWrapper<Payload> where Payload : Decodable, Payload : EncodableTopicsInitializersinit(convertRequestIdentifier: String?, payload: Payload)Creates a convert request context wrapper given the convert request’s identifier and a payload.init(from: any Decoder) throwsInstance Propertiesvar convertRequestIdentifier: String?The identifier of the convert request associated with this payload.var payload: PayloadThe original payload.