Module egui::response

source ·

Structs§

  • 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.:
  • The result of adding a widget to a Ui.