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