dioxus_lib::prelude

Trait OlExtension

source
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 { ... }
}

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§