| 15 | |
| 16 | #[derive(Serialize, Deserialize, Debug, Clone)] |
| 17 | struct Question { |
| 18 | title: String, |
| 19 | content: String, |
| 20 | } |
| 21 | |
| 22 | #[derive(Serialize, Deserialize, Debug, Clone)] |
| 23 | struct QuestionAnswer { |
nothing calls this directly
no outgoing calls
no test coverage detected