pub trait Temporal { // Required method fn timestamp(&self) -> i64; }
Interface for time-related data-structures