Module itron_solid_asp3::time[][src]

This is supported on crate feature unstable only.
Expand description

Temporal quantification

Macros

durationnightly

Construct a Duration value in a concise syntax. Panics if the specified duration cannot be represented by Duration.

timeoutnightly

Construct a Timeout value in a concise syntax. Panics if the specified duration cannot be represented by Timeout.

Structs

A valid relative time value (abi::RELTIM).

A valid timeout value (abi::TMO).

The error type returned when a checked duration conversion fails.