pub trait CapeArrayEnumerationProviderOut {
// Required method
fn as_cape_array_enumeration_out(&mut self) -> ICapeArrayEnumeration;
}Expand description
Any object that implements this trait can be converted to an ICapeArrayEnumeration output argument
This trait is implemented by any object that can be passed as an ICapeArrayEnumeration output argument
Required Methods§
Sourcefn as_cape_array_enumeration_out(&mut self) -> ICapeArrayEnumeration
fn as_cape_array_enumeration_out(&mut self) -> ICapeArrayEnumeration
Convert to ICapeArrayEnumeration