pub async fn get_local_item<T: Send + Sync + Clone + 'static>() -> Option<T>
Retrieve any item from task-local storage.