| 19 | pub struct FormDataRow { |
| 20 | pub key_input: Entity<InputState>, |
| 21 | pub value_input: Entity<InputState>, |
| 22 | pub enabled: bool, |
| 23 | } |
| 24 | |
| 25 | #[derive(Debug, Clone)] |
| 26 | pub struct FormDataField { |
| 27 | pub key: String, |
| 28 | pub value: String, |
nothing calls this directly
no outgoing calls
no test coverage detected