Trait iso_10303_parts::ap214::IBooleanLiteral[][src]

pub trait IBooleanLiteral: ISimpleBooleanExpression + IGenericLiteral {
    fn the_value(&self) -> bool;
}

Required methods

fn the_value(&self) -> bool[src]

Implementors