Skip to main content

TimeLikeValue

Trait TimeLikeValue 

Source
pub trait TimeLikeValue: 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 TimeLikeValue for Time

Available on crate feature with-jiff only.
Source§

impl TimeLikeValue for Time

Available on crate feature with-time only.

Implementors§

Source§

impl TimeLikeValue for NaiveTime

Available on crate feature with-chrono only.