pub fn decode_response_flexible<T: Body>(
header: TransactionHeader,
body: &[u8],
) -> Result<MaybeUnknown<T>, Error>where
<T::MarkerInResultUnion as TypeMarker>::Owned: Decode<T::MarkerInResultUnion, NoHandleResourceDialect>,
Expand description
Decodes a FIDL response body for a flexible two-way method without error syntax.
Assumes header
and body
come from decode_transaction_header
.