pub fn generate_response_ser(
response_type: &str,
config: &HandlerCodegenConfig,
) -> StringExpand description
Generate response serialization code.
This generates code to copy the response to the output buffer.
pub fn generate_response_ser(
response_type: &str,
config: &HandlerCodegenConfig,
) -> StringGenerate response serialization code.
This generates code to copy the response to the output buffer.