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