| 13 | |
| 14 | #[derive(Debug, Deserialize, QueryableByName)] |
| 15 | pub struct MyQueryResult { |
| 16 | #[diesel(sql_type=Text)] |
| 17 | pub json: String, |
| 18 | } |
| 19 | |
| 20 | #[derive(Serialize, Deserialize)] |
| 21 | pub struct MySqlQuery { |
nothing calls this directly
no outgoing calls
no test coverage detected