Function task_local_extensions::set_local_item
source ยท pub async fn set_local_item<T: Send + Sync + 'static>(item: T)
Expand description
Set an item in task-local storage.
pub async fn set_local_item<T: Send + Sync + 'static>(item: T)
Set an item in task-local storage.