Skip to main content

TimeLikeValueNullable

Trait TimeLikeValueNullable 

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

Available on crate feature with-jiff only.
Source§

impl TimeLikeValueNullable for Option<Time>

Available on crate feature with-time only.
Source§

impl TimeLikeValueNullable for Option<NaiveTime>

Available on crate feature with-chrono only.

Implementors§