Trait objc_foundation::INSCopying [] [src]

pub trait INSCopying: INSObject {
    type Output: INSObject;
    fn copy(&self) -> ShareId<Self::Output> { ... }
}

Associated Types

Provided Methods

Implementors