Trait PortTimestampToTime

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

Required Methods§

Implementations on Foreign Types§

Source§

impl PortTimestampToTime for OverlayClock<LinuxClock>

Source§

impl PortTimestampToTime for SharedClock<OverlayClock<LinuxClock>>

Implementors§