Trait iso_10303_parts::ap203::IProductConceptFeatureAssociation[][src]

pub trait IProductConceptFeatureAssociation {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn concept(&self) -> &EntityRef;
fn feature(&self) -> &EntityRef; }

Required methods

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn concept(&self) -> &EntityRef[src]

fn feature(&self) -> &EntityRef[src]

Implementors