Trait egui_probe::EguiProbe
source · pub trait EguiProbe {
// Required method
fn probe(&mut self, ui: &mut Ui, style: &Style) -> Response;
// Provided methods
fn has_inner(&mut self) -> bool { ... }
fn iterate_inner(
&mut self,
ui: &mut Ui,
f: &mut dyn FnMut(&str, &mut Ui, &mut dyn EguiProbe)
) { ... }
}
Expand description
Provides ability to show probbing UI to values.