Trait iso_10303_parts::ap203::IExternalSourceRelationship[][src]

pub trait IExternalSourceRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_source(&self) -> &EntityRef;
fn related_source(&self) -> &EntityRef; }

Required methods

Implementors