| 36 | index: usize, |
| 37 | key: String, |
| 38 | value: String, |
| 39 | is_file: bool, |
| 40 | } |
| 41 | |
| 42 | pub struct MultipartFormDataEditor { |
| 43 | rows: Vec<MultipartFormRow>, |
| 44 | focus_handle: FocusHandle, |
nothing calls this directly
no outgoing calls
no test coverage detected