Trait rustcn_ui::LabelExtension 
source · pub trait LabelExtension: HasAttributes + Sized {
    // Provided methods
    fn form(self, value: impl IntoAttributeValue) -> Self { ... }
    fn for(self, value: impl IntoAttributeValue) -> Self { ... }
}Provided Methods§
fn form(self, value: impl IntoAttributeValue) -> Self
fn for(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.