pub fn generate_envelope_message_deser(
message_type: &str,
config: &HandlerCodegenConfig,
) -> StringExpand description
Generate message deserialization code for envelope format with header access.
This provides access to both the message header and typed payload.