Trait objc2_foundation::INSMutableCopying [−][src]
pub trait INSMutableCopying: INSObject {
type Output: INSObject;
fn mutable_copy(&self) -> Id<Self::Output, Owned> { ... }
}
pub trait INSMutableCopying: INSObject {
type Output: INSObject;
fn mutable_copy(&self) -> Id<Self::Output, Owned> { ... }
}