NSFileProviderSyncAnchor

Type Alias NSFileProviderSyncAnchor 

Source
pub type NSFileProviderSyncAnchor = NSData;
Available on crate feature NSFileProviderEnumerating only.
Expand description

A user-defined chunk of data that defines a starting point to enumerate changes from.

The size of a sync anchor should not exceed a combined 500 bytes.

See also Apple’s documentation

Aliased Type§

pub struct NSFileProviderSyncAnchor { /* private fields */ }