Trait iso_10303_parts::ap214::IDocumentRelationship[][src]

pub trait IDocumentRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_document(&self) -> &EntityRef;
fn related_document(&self) -> &EntityRef; }

Required methods

Implementors