Trait iso_10303_parts::ap203::IProduct[][src]

pub trait IProduct {
    fn id(&self) -> &String;
fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn frame_of_reference(&self) -> &HashSet<EntityRef>; }

Required methods

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

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

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

fn frame_of_reference(&self) -> &HashSet<EntityRef>[src]

Implementors