pub trait SetProperty {
    fn set_property(el: impl Into<f64>, id: &str, s: Self);
}

Required Methods

Implementations on Foreign Types

Implementors