Structs§
- Format
Bytes - Format
Duration - IdFactory
- A helper for constructing id types like
FunctionId
. - IdFactory
With Reuse - An
IdFactory
, but extended with a free list to allow for id reuse for ids such asBackendJobId
. - NoMove
Vec - Once
Concurrently Map - Safe
Once Concurrently Map - Shared
Error - A error struct that is backed by an Arc to allow cloning errors
- Wrap
Future - A future that wraps another future and applies a function on every poll call.
Enums§
- Static
OrArc - Smart pointer that stores data either in an Arc or as a static reference.