Trait dioxus_html::extensions::DelExtension
source · pub trait DelExtension: 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.