ivanbolcina
Results
2
issues of
ivanbolcina
Let's say you have the following model ``` #[allow(non_snake_case)] #[derive(Debug, Deserialize, Serialize, Clone)] pub struct Album { pub id: Option, pub title: Option, pub artist: Option, pub price: Option, pub...
help wanted