dioxus_lib::prelude

Trait LiExtension

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§