Trait rustcn_ui::BaseExtension
source · pub trait BaseExtension: HasAttributes + Sized {
// 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.