Trait iso_10303_parts::ap203::IUnaryNumericExpression[][src]

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

Required methods

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

Implementors