NSFileProviderPage

Type Alias NSFileProviderPage 

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

A user- or system-defined chunk of data that defines a page to continue the enumeration from. Initial enumeration is started from one of the below system-defined pages.

The size of a page should not exceed 500 bytes.

See also Apple’s documentation

Aliased Type§

pub struct NSFileProviderPage { /* private fields */ }