pub trait MsExtension: Sized + HasAttributes {
    // Provided methods
    fn lquote(self, value: impl IntoAttributeValue) -> Self { ... }
    fn rquote(self, value: impl IntoAttributeValue) -> Self { ... }
}
Available on crate feature html only.

Provided Methods§

source

fn lquote(self, value: impl IntoAttributeValue) -> Self

source

fn rquote(self, value: impl IntoAttributeValue) -> Self

Object Safety§

This trait is not object safe.

Implementors§