UITextItemTagAttributeName

Static UITextItemTagAttributeName 

Source
pub unsafe static UITextItemTagAttributeName: &'static NSAttributedStringKey
Available on crate feature UITextItem only.
Expand description

The attribute name for adding a text item with a specified custom tag. The value of the attribute must be an NSString.

See also Apple’s documentation