Trait iso_10303_parts::ap203::IGroupRelationship[][src]

pub trait IGroupRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_group(&self) -> &EntityRef;
fn related_group(&self) -> &EntityRef; }

Required methods

Implementors