pub unsafe trait NSFileManagerNSWorkspaceAuthorization: ClassType {
    // Provided method
    unsafe fn fileManagerWithAuthorization(
        authorization: &NSWorkspaceAuthorization
    ) -> Retained<Self>
       where Self: Sized + ClassType { ... }
}
Available on crate feature NSWorkspace only.
Expand description

Category “NSWorkspaceAuthorization” on NSFileManager.

Provided Methods§

source

unsafe fn fileManagerWithAuthorization( authorization: &NSWorkspaceAuthorization ) -> Retained<Self>
where Self: Sized + ClassType,

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl NSFileManagerNSWorkspaceAuthorization for NSFileManager

Implementors§