Trait objc2_foundation::NSMutableCopying
source · [−]pub unsafe trait NSMutableCopying: Message {
type Output: Message;
fn mutable_copy(&self) -> Id<Self::Output, Owned> { ... }
}Expand description
TODO
Note that the mutableCopy selector must return an owned object!