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