dioxus_lib::prelude

Trait SemanticsExtension

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§