Trait silkenweb_dom::StaticAttribute[][src]

pub trait StaticAttribute {
    fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element);
}

A non-reactive attribute.

Required methods

fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element)[src]

Loading content...

Implementations on Foreign Types

impl StaticAttribute for bool[src]

impl StaticAttribute for String[src]

impl StaticAttribute for str[src]

Loading content...

Implementors

Loading content...