SliderMods

Trait SliderMods 

Source
pub trait SliderMods: View + Sized {
    // Required method
    fn thumb_color(self, color: Color) -> Self;
}

Required Methods§

Source

fn thumb_color(self, color: Color) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§