Skip to main content

DateLikeValue

Trait DateLikeValue 

Source
pub trait DateLikeValue: Sized { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl DateLikeValue for Date

Available on crate feature with-jiff only.
Source§

impl DateLikeValue for Date

Available on crate feature with-time only.

Implementors§

Source§

impl DateLikeValue for NaiveDate

Available on crate feature with-chrono only.