Trait objc_id::Ownership [] [src]

pub trait Ownership: 'static { }

A type that marks what type of ownership a struct has over the object(s) it contains; specifically, either Owned or Shared.

Implementors