Skip to main content

Temporal

Trait Temporal 

Source
pub trait Temporal: DataType { }
Expand description

Temporal SQL types (DATE, TIME, TIMESTAMP).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§