pub trait AccessibleRangeImpl: WidgetImpl {
    // Provided method
    fn set_current_value(
        &self,
        accessible_range: &Self::Type,
        value: f64
    ) -> bool { ... }
}

Provided Methods§

source

fn set_current_value(&self, accessible_range: &Self::Type, value: f64) -> bool

Implementors§