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