Type Alias egui::widgets::slider::GetSetValue

source ·
type GetSetValue<'a> = Box<dyn FnMut(Option<f64>) -> f64 + 'a>;
Expand description

Combined into one function (rather than two) to make it easier for the borrow checker.

Aliased Type§

struct GetSetValue<'a>(/* private fields */);