Skip to main content

slider

Function slider 

Source
pub fn slider<P>(percent: impl Fn() -> P + 'static) -> Slider
where P: Into<Pct>,
Expand description

Creates a new Slider with a function that returns a percentage value. See Slider for more documentation