Trait CapeArrayRealProviderIn

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

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

Required Methods§

Source

fn as_cape_array_real_in(&self) -> ICapeArrayReal

Convert to ICapeArrayReal

Implementors§