Trait dioxus_html::extensions::OutputExtension
source · pub trait OutputExtension: HasAttributes + Sized {
// Provided methods
fn form(self, value: impl IntoAttributeValue) -> Self { ... }
fn name(self, value: impl IntoAttributeValue) -> Self { ... }
}Provided Methods§
fn form(self, value: impl IntoAttributeValue) -> Self
fn name(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.