Trait dioxus_web_component::DioxusWebComponent

source ·
pub trait DioxusWebComponent {
    // Required method
    fn set_attribute(&mut self, attribute: &str, value: Option<String>);
}
Expand description

Dioxus web component

Required Methods§

source

fn set_attribute(&mut self, attribute: &str, value: Option<String>)

Set an HTML attribute

Implementors§