Type Alias egui::widgets::slider::NumFormatter

source ·
type NumFormatter<'a> = Box<dyn Fn(f64, RangeInclusive<usize>) -> String + 'a>;

Aliased Type§

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