pub trait MsExtension: Sized + HasAttributes {
// 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.