Trait iso_10303_parts::ap203::IProductConcept[][src]

pub trait IProductConcept {
    fn id(&self) -> &String;
fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn market_context(&self) -> &EntityRef; }

Required methods

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

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

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

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

Implementors