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§
impl DateLikeValue for Date
Available on crate feature
with-jiff only.impl DateLikeValue for Date
Available on crate feature
with-time only.Implementors§
impl DateLikeValue for NaiveDate
Available on crate feature
with-chrono only.