pub trait WithTimestamp { // Required method fn timestamp(&self) -> &DateTime<Utc>; }
Implemented by structures that can return a timestamp.