[][src]Trait web_common::GetProperty

pub trait GetProperty {
    fn get_property(el: impl Into<f64>, id: &str) -> Self;
}

Required methods

fn get_property(el: impl Into<f64>, id: &str) -> Self

Loading content...

Implementors

impl GetProperty for f64[src]

Loading content...