QLPreviewItemLoadingBlock

Type Alias QLPreviewItemLoadingBlock 

Source
pub type QLPreviewItemLoadingBlock = *mut DynBlock<dyn Fn(*mut NSError)>;
👎Deprecated: Use void (^)(NSError * _Nullable) instead
Available on crate features QLPreviewingController and block2 only.
Expand description

A type that defines a block used to load a Quick Look preview item.

See also Apple’s documentation