dioxus_lib::events

Trait MathExtension

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§