Trait rustcn_ui::UseExtension 
source · pub trait UseExtension: HasAttributes + Sized {
    // Provided method
    fn href(self, value: impl IntoAttributeValue) -> Self { ... }
}Provided Methods§
fn href(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.