Type Definition objc_sys::Protocol [−][src]
pub type Protocol = objc_protocol;Expand description
An opaque type that represents a protocol.
This is not just a type alias of objc_object, but of objc_protocol
instead, for better type safety. Their internal representation is the same,
so the functionality is just a cast away.
Type alias provided for convenience.