pub(super) fn print_proto_response<T>( format: OutputFormat, response: &T, ) -> Result<()>where T: Serialize,