Trait scsys_core::Temporal
source · pub trait Temporal {
fn timestamp(&self) -> i64;
fn chrono_to_bson(&self, data: ChronoDateTime) -> DateTime { ... }
fn datetime() -> ChronoDateTime { ... }
}Expand description
Interface for time-related data-structures