Trait ICapeArrayParameterSpecification

Source
pub trait ICapeArrayParameterSpecification {
    // Required methods
    fn get_num_dimensions(&mut self) -> Result<CapeInteger, COBIAError>;
    fn get_size(
        &mut self,
        size: &mut CapeArrayIntegerOut<'_>,
    ) -> Result<(), COBIAError>;
}
Expand description

ICapeArrayParameterSpecification

ICapeArrayParameterSpecification interface

Required Methods§

Implementors§