UIMenuDocument

Static UIMenuDocument 

Source
pub unsafe static UIMenuDocument: &'static UIMenuIdentifier
Available on crate feature UIMenu only.
Expand description

Document-related menu items: Duplicate, Move, Rename, Export. The .document menu is added to Mac Catalyst applications by default. iOS Apps on the Mac will have the .document menu inserted when and if UINavigationItem.titleMenuProvider is set to a nonnull value, and from launch on subsequent executions.

See also Apple’s documentation