[][src]Trait ss_web_utils::dom::DomNode

pub trait DomNode: DomRef {
    fn dom_ref_as_element(&self) -> ∈

    fn set_attribute(&self, key: &str, value: &str) { ... }
fn remove_attribute(&self, key: &str) { ... } }

Required methods

Loading content...

Provided methods

fn set_attribute(&self, key: &str, value: &str)

fn remove_attribute(&self, key: &str)

Loading content...

Implementors

impl DomNode for Body[src]

fn set_attribute(&self, key: &str, value: &str)[src]

fn remove_attribute(&self, key: &str)[src]

impl DomNode for Tag[src]

fn set_attribute(&self, key: &str, value: &str)[src]

fn remove_attribute(&self, key: &str)[src]

Loading content...