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