pub trait BaseExtension: Sized + HasAttributes {
// Provided methods
fn href(self, value: impl IntoAttributeValue) -> Self { ... }
fn target(self, value: impl IntoAttributeValue) -> Self { ... }
}
Provided Methods§
fn href(self, value: impl IntoAttributeValue) -> Self
fn target(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.