Trait web_common::GetProperty[][src]

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl GetProperty for String[src]

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

impl GetProperty for JSObject[src]

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

Loading content...

Implementors

impl GetProperty for bool[src]

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

impl GetProperty for f64[src]

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

Loading content...