[][src]Module bluetooth_mesh::timestamp

Timestamp module for keeping track of time. Different systems have different clock sources so this module generalizes over it. By default, it uses the std::time::Instant but it could use a crystal oscillator clock (for ARM) or some other source.

Structs

DummyTimestamp
Timestamp

Traits

TimestampTrait