| 46 | |
| 47 | #[derive(Serialize, Deserialize, Clone, Debug)] |
| 48 | struct User { |
| 49 | name: String, |
| 50 | age: i32, |
| 51 | account_type: AccountType, |
| 52 | access_level: u8 |
| 53 | } |
| 54 | |
| 55 | |
| 56 | impl document::Document for User {} |
nothing calls this directly
no outgoing calls
no test coverage detected