egui
0.30.0
Module response
Structs
In crate egui
Module
egui
::
response
Copy item path
source
·
[
−
]
Structs
§
Inner
Response
Returned when we wrap some ui-code and want to return both the results of the inner function and the ui as a whole, e.g.:
Response
The result of adding a widget to a
Ui
.