Module time

Source
Expand description

Time source abstraction to support WASM and testing

Structs§

SharedTimeSource
Time source structure used inside SDK
StaticTimeSource
Time source that always returns the same time
SystemTimeSource
Time source that delegates to SystemTime::now

Traits§

TimeSource
Trait with a now() function returning the current time