pub trait DioxusWebComponent {
// Required method
fn set_attribute(&mut self, attribute: &str, value: Option<String>);
}
Expand description
Dioxus web component
Required Methods§
sourcefn set_attribute(&mut self, attribute: &str, value: Option<String>)
fn set_attribute(&mut self, attribute: &str, value: Option<String>)
Set an HTML attribute