Trait iso_10303_parts::ap203::IAnnotationOccurrenceRelationship[][src]

pub trait IAnnotationOccurrenceRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &String;
fn relating_annotation_occurrence(&self) -> &EntityRef;
fn related_annotation_occurrence(&self) -> &EntityRef; }

Required methods

Implementors