Trait objc2::runtime::ImplementedBy

source ·
pub unsafe trait ImplementedBy<T: ?Sized + Message> { }
Expand description

An internal helper trait for ProtocolObject.

§Safety

This is meant to be a sealed trait, and should not be implemented outside of the extern_protocol! macro.

Object Safety§

This trait is not object safe.

Implementors§