Expand description
Time structures.
The time module contains structures used to represent both
absolute and relative time.
Both have microsecond resolution. Their accessors are named and behave like the
ones on core::time::Duration: as_* returns the whole value, subsec_*
returns only the part below one second.