Trait NSMatrixDelegate

Source
pub unsafe trait NSMatrixDelegate: NSControlTextEditingDelegate { }
Available on crate features NSControl and NSMatrix only.
Expand description

Trait Implementations§

Source§

impl ProtocolType for dyn NSMatrixDelegate

Source§

const NAME: &'static str = "NSMatrixDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn NSMatrixDelegate

Implementations on Foreign Types§

Source§

impl<T> NSMatrixDelegate for ProtocolObject<T>
where T: ?Sized + NSMatrixDelegate,

Implementors§