Trait CapeArrayValueProviderIn

Source
pub trait CapeArrayValueProviderIn {
    // Required method
    fn as_cape_array_value_in(&self) -> ICapeArrayValue;
}
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 ICapeArrayValue input argument

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

Required Methods§

Source

fn as_cape_array_value_in(&self) -> ICapeArrayValue

Convert to ICapeArrayValue

Implementors§