Trait iso_10303_parts::ap203::IConceptFeatureRelationship[][src]

pub trait IConceptFeatureRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_product_concept_feature(&self) -> &EntityRef;
fn related_product_concept_feature(&self) -> &EntityRef; }

Required methods

Implementors