pub trait DelExtension: Sized + HasAttributes {
// 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.