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