pub trait CapeArrayRealProviderIn {
// Required method
fn as_cape_array_real_in(&self) -> ICapeArrayReal;
}Expand description
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§
Sourcefn as_cape_array_real_in(&self) -> ICapeArrayReal
fn as_cape_array_real_in(&self) -> ICapeArrayReal
Convert to ICapeArrayReal