Trait iso_10303_parts::ap203::IGeneralPropertyAssociation[][src]

pub trait IGeneralPropertyAssociation {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn base_definition(&self) -> &EntityRef;
fn derived_definition(&self) -> &EntityRef; }

Required methods

Implementors