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