template <typename FidlMethod>
class ResponseMessageConverter
Defined at line 62 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/unified_messaging.h
|ResponseMessageConverter| converts |fit::result
<DomainError
, Payload>| in
methods using the error syntax into FIDL result unions.
It should only be used when |FidlMethod| has a transactional response
and that response has a body.
The default implementation passes through the domain object without any
transformation.
Public Methods
DomainObject IntoDomainObject (MessageArg m)
Defined at line 72 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/unified_messaging.h