dioxus_html::extensions

Trait MapExtension

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

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§