Module tokio::task::task_local
source · Structs§
- An error returned by
LocalKey::try_with
. - A key for task-local data.
- A future that sets a value
T
of a task local for the futureF
during its execution.
LocalKey::try_with
.T
of a task local for the future F
during
its execution.