Trait kernel::hil::time::Timestamp

source ·
pub trait Timestamp: Time { }
Expand description

Represents a static moment in time, that does not change over repeated calls to Time::now.

Implementors§