pub trait PortTimestampToTime { // Required method fn port_timestamp_to_time(&self, ts: Timestamp) -> Time; }