[][src]Module metered::time_source

A module for Time Sources.

Structs

StdInstant

A new-type wrapper for std Instants and Metered's Instant trait that measures time in milliseconds.

StdInstantMicros

A new-type wrapper for std Instants and Metered's Instant trait that measures time in microseconds.

Traits

Instant

A trait for any time source providing time measurements in milliseconds.