1pub trait ResponseFunctions { 2 /// Generate simple response functions 3 fn generate_responses(); 4 5 /// Generate response functions with metadata 6 fn generate_responses_with_metadata(); 7}