dioxus_lib::prelude

Trait TimeExtension

source
pub trait TimeExtension: Sized + HasAttributes {
    // Provided method
    fn datetime(self, value: impl IntoAttributeValue) -> Self { ... }
}

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§