[][src]Trait web::GetProperty

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl GetProperty for f64[src]

Loading content...

Implementors

Loading content...