1 2 3 4 5
#[cfg(feature = "chrono")] pub type Timestamp = chrono::NaiveDateTime; #[cfg(not(feature = "chrono"))] pub type Timestamp = ();