pub unsafe static NSFileProviderTrashContainerItemIdentifier: &'static NSFileProviderItemIdentifierAvailable on crate feature
NSFileProviderItem only.Expand description
The container containing all the trashed items.
When an item is trashed, its parentItemIdentifier becomes NSFileProviderTrashContainerItemIdentifier.
Extension should be able to return all trashed items by supporting the creation of a NSFileProviderEnumerator for the trashed items.
See also Appleās documentation