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

Provided Methods§

source

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

source

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

source

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

Object Safety§

This trait is not object safe.

Implementors§