Trait iso_10303_parts::ap214::IValueFunction[][src]

pub trait IValueFunction: INumericExpression + IUnaryGenericExpression {
    fn operand(&self) -> &EntityRef;
}

Required methods

fn operand(&self) -> &EntityRef[src]

Implementors