Trait iso_10303_parts::ap214::IPersonAndOrganization[][src]

pub trait IPersonAndOrganization {
    fn the_person(&self) -> &EntityRef;
fn the_organization(&self) -> &EntityRef; }

Required methods

Implementors