dioxus_lib::prelude

Trait OutputExtension

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

Provided Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§