Trait CapeArrayBooleanProviderOut

Source
pub trait CapeArrayBooleanProviderOut {
    // Required method
    fn as_cape_array_boolean_out(&mut self) -> ICapeArrayBoolean;
}
Expand description

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

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

Required Methods§

Source

fn as_cape_array_boolean_out(&mut self) -> ICapeArrayBoolean

Convert to ICapeArrayBoolean

Implementors§