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