pub trait ToTimeStamp {
// Required methods
fn to_time_stamp(&self) -> u64;
fn format_date_time(&self) -> String;
}
pub trait ToTimeStamp {
// Required methods
fn to_time_stamp(&self) -> u64;
fn format_date_time(&self) -> String;
}