pub trait LabelExtension: Sized + HasAttributes {
    // Provided methods
    fn form(self, value: impl IntoAttributeValue) -> Self { ... }
    fn for(self, value: impl IntoAttributeValue) -> Self { ... }
}
Available on crate feature html only.

Provided Methods§

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§