Header editor
| 28 | pub description_input: Entity<InputState>, |
| 29 | pub enabled: bool, |
| 30 | } |
| 31 | |
| 32 | #[derive(Clone)] |
| 33 | struct DraggedHeader { |
| 34 | index: usize, |
| 35 | key: String, |
| 36 | value: String, |
| 37 | } |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected