pub trait CapeArrayBooleanProviderIn {
// Required method
fn as_cape_array_boolean_in(&self) -> ICapeArrayBoolean;
}Expand description
COBIA prelude
This module contains the most commonly used types, functions and traits.
§Examples
use cobia::prelude::*;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§
Sourcefn as_cape_array_boolean_in(&self) -> ICapeArrayBoolean
fn as_cape_array_boolean_in(&self) -> ICapeArrayBoolean
Convert to ICapeArrayBoolean