pub type TdbTime = TimePoint<Tdb>;Aliased Type§
pub struct TdbTime { /* private fields */ }Trait Implementations§
Source§impl FromTimeScale<Tcb> for TdbTime
impl FromTimeScale<Tcb> for TdbTime
Source§fn from_time_scale(tcb_time: TcbTime) -> Self
fn from_time_scale(tcb_time: TcbTime) -> Self
Constructs a time point from an instant expressed in another scale.