Trait iso_10303_parts::ap203::IAttributeValueAssignment[][src]

pub trait IAttributeValueAssignment {
    fn attribute_name(&self) -> &String;
fn attribute_value(&self) -> &AttributeType;
fn role(&self) -> &EntityRef; }

Required methods

Implementors