macro_rules! time_driver_impl { (static $name:ident: $t: ty = $val:expr) => { ... }; }
Expand description
Set the time Driver implementation.
See the module documentation for an example.
macro_rules! time_driver_impl { (static $name:ident: $t: ty = $val:expr) => { ... }; }
Set the time Driver implementation.
See the module documentation for an example.