Trait CapeArrayBooleanProviderIn

Source
pub trait CapeArrayBooleanProviderIn {
    // Required method
    fn as_cape_array_boolean_in(&self) -> ICapeArrayBoolean;
}
Expand description

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

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

Required Methods§

Source

fn as_cape_array_boolean_in(&self) -> ICapeArrayBoolean

Convert to ICapeArrayBoolean

Implementors§