pub fn set_tag_for_current_task(tag: Arc<dyn Tag>) -> Option<Arc<dyn Tag>>
👎Deprecated
Expand description

Sets the tag field of the current task. Returns the tag which was there previously.