Structs§
Enums§
Traits§
- The
Context
trait defines the required methods forContext
. It can define a duration, be cancellable, and immediately cancel async functions if the processing time exceeds the allowed duration without being cancelled. Additionally, theContext
can spawn child contexts.