pub unsafe trait NSFileProviderDomainState: NSObjectProtocol {
    // Provided methods
    unsafe fn domainVersion(&self) -> Id<NSFileProviderDomainVersion>
       where Self: Sized + Message { ... }
    unsafe fn userInfo(&self) -> Id<NSDictionary>
       where Self: Sized + Message { ... }
}
Available on crate feature NSFileProviderReplicatedExtension only.

Provided Methods§

source

unsafe fn domainVersion(&self) -> Id<NSFileProviderDomainVersion>
where Self: Sized + Message,

Available on crate feature NSFileProviderDomain only.
source

unsafe fn userInfo(&self) -> Id<NSDictionary>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn NSFileProviderDomainState

source§

const NAME: &'static str = "NSFileProviderDomainState"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSFileProviderDomainState

Implementations on Foreign Types§

source§

impl<T> NSFileProviderDomainState for ProtocolObject<T>

Implementors§