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