| 32 | |
| 33 | #[derive(Serialize, Deserialize, Debug, Clone)] |
| 34 | struct Answer { |
| 35 | id: AnswerId, |
| 36 | content: String, |
| 37 | question_id: QuestionId, |
| 38 | } |
| 39 | |
| 40 | #[derive(Debug)] |
| 41 | struct Pagination { |
nothing calls this directly
no outgoing calls
no test coverage detected