Trait iso_10303_parts::ap203::IProductDefinitionOccurrenceRelationship[][src]

pub trait IProductDefinitionOccurrenceRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn occurrence(&self) -> &EntityRef;
fn occurrence_usage(&self) -> &EntityRef; }

Required methods

Implementors