Trait objc2::MessageArguments[][src]

pub trait MessageArguments: EncodeArguments { }
Expand description

Types that may be used as the arguments of an Objective-C message.

This is implemented for tuples of up to 12 arguments, where each argument implements Encode.

You should not need to implement this yourself.

Implementations on Foreign Types

Implementors