Expand description
Time source abstraction to support WASM and testing
Structs§
- Shared
Time Source - Time source structure used inside SDK
- Static
Time Source - Time source that always returns the same time
- System
Time Source - Time source that delegates to
SystemTime::now
Traits§
- Time
Source - Trait with a
now()
function returning the current time