Trait ICapeParameterSpecification

Source
pub trait ICapeParameterSpecification {
    // Required method
    fn get_type(&mut self) -> Result<CapeParamType, COBIAError>;
}
Expand description

ICapeParameterSpecification

ICapeParameterSpecification interface

Required Methods§

Implementors§