Home
last modified time | relevance | path

Searched refs:SystemTimeStub (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/worker/tests/
H A Dsystem_time_stub.rs7 pub struct SystemTimeStub(SystemTime); struct
9 impl SystemTimeStub { implementation
23 impl From<SystemTime> for SystemTimeStub { implementation
/wasmtime-44.0.1/crates/cache/src/
H A Dworker.rs36 use tests::system_time_stub::SystemTimeStub as SystemTime;