pub type SyntheticInstant = Instant<SyntheticTimeline, NsUnit>;
Expand description
A timestamp from a user-defined clock with arbitrary behavior.
Aliased Typeยง
struct SyntheticInstant(/* private fields */);
pub type SyntheticInstant = Instant<SyntheticTimeline, NsUnit>;
A timestamp from a user-defined clock with arbitrary behavior.
struct SyntheticInstant(/* private fields */);