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