pub trait WithTimestamp {
    // Required method
    fn timestamp(&self) -> &DateTime<Utc>;
}
Expand description

Implemented by structures that can return a timestamp.

Required Methods§

Implementors§