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