Trait iso_10303_parts::ap203::IActionRelationship[][src]

pub trait IActionRelationship {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn relating_action(&self) -> &EntityRef;
fn related_action(&self) -> &EntityRef; }

Required methods

Implementors