Trait CapeArrayIntegerProviderOut

Source
pub trait CapeArrayIntegerProviderOut {
    // Required method
    fn as_cape_array_integer_out(&mut self) -> ICapeArrayInteger;
}
Expand description

Any object that implements this trait can be converted to an ICapeArrayInteger output argument

This trait is implemented by any object that can be passed as an ICapeArrayInteger output argument

Required Methods§

Source

fn as_cape_array_integer_out(&mut self) -> ICapeArrayInteger

Convert to ICapeArrayInteger

Implementors§