Raj Sahae

Results 12 comments of Raj Sahae

As an example, imagine we had the following rust enum ``` #[derive(Serialize, Deserialize)] enum RecordEnum { Inside { room: String }, Outside { street: String, zipcode: u16 }, } ```...