Trait objc::EncodeArguments
source · pub trait EncodeArguments {
type Encs: AsRef<[Encoding]>;
// Required method
fn encodings() -> Self::Encs;
}
Expand description
Types that represent a group of arguments, where each has an Objective-C type encoding.