pub trait Timestamped {
// Required method
fn timestamp(&self) -> Timestamp;
}Expand description
A trait for marking timestamped data
pub trait Timestamped {
// Required method
fn timestamp(&self) -> Timestamp;
}A trait for marking timestamped data