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

A non-reactive attribute.

Required Methods§

Implementations on Foreign Types§

Implementors§