dioxus_lib::events

Trait UseExtension

source
pub trait UseExtension: Sized + HasAttributes {
    // Provided method
    fn href(self, value: impl IntoAttributeValue) -> Self { ... }
}

Provided Methods§

source

fn href(self, value: impl IntoAttributeValue) -> Self

Object Safety§

This trait is not object safe.

Implementors§