Trait CapeArrayEnumerationProviderIn

Source
pub trait CapeArrayEnumerationProviderIn {
    // Required method
    fn as_cape_array_enumeration_in(&self) -> ICapeArrayEnumeration;
}
Expand description

Any object that implements this trait can be converted to an ICapeArrayEnumeration input argument

This trait is implemented by any object that can be passed as an ICapeArrayEnumeration input argument

Required Methods§

Source

fn as_cape_array_enumeration_in(&self) -> ICapeArrayEnumeration

Convert to ICapeArrayEnumeration

Implementors§