Expand description
§fake_clock
A crate providing a virtual clock mimicking std::time::Instant
’s interface, enabling full
control over the flow of time during testing.
Structs§
- Fake
Instant - Struct representing a fake instant.
A crate providing a virtual clock mimicking std::time::Instant
’s interface, enabling full
control over the flow of time during testing.