Trait rustcn_ui::TimeExtension
source · pub trait TimeExtension: HasAttributes + Sized {
// Provided method
fn datetime(self, value: impl IntoAttributeValue) -> Self { ... }
}Provided Methods§
fn datetime(self, value: impl IntoAttributeValue) -> Self
Object Safety§
This trait is not object safe.