Trait ISliderConcept

pub trait ISliderConcept: Inherits<Object> + Inherits<SliderConcept> {
    // Provided methods
    fn get_max_distance_from_curve(&self) -> Result<f32, Error> { ... }
    fn set_max_distance_from_curve(&self, value: f32) -> Result<(), Error> { ... }
}
Expand description

SliderConcept contains the trajectory ResourceID property.

Provided Methods§

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§