Trait iso_10303_parts::ap203::IProductConceptRelationship[][src]

pub trait IProductConceptRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_product_concept(&self) -> &EntityRef;
fn related_product_concept(&self) -> &EntityRef; }

Required methods

Implementors