Trait web::GetProperty[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl GetProperty for String[src]

pub fn get_property(el: impl Into<f64>, name: &str) -> Option<String>[src]

Loading content...

Implementors

impl GetProperty for JSObject[src]

pub fn get_property(el: impl Into<f64>, name: &str) -> Option<JSObject>[src]

impl GetProperty for bool[src]

pub fn get_property(el: impl Into<f64>, name: &str) -> Option<bool>[src]

impl GetProperty for f64[src]

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

Loading content...