Trait CapeArrayValueProviderOut

Source
pub trait CapeArrayValueProviderOut {
    // Required method
    fn as_cape_array_value_out(&mut self) -> ICapeArrayValue;
}
Expand description

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

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

Required Methods§

Source

fn as_cape_array_value_out(&mut self) -> ICapeArrayValue

Convert to ICapeArrayValue

Implementors§