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