Trait iso_10303_parts::ap203::IIntLiteral[][src]

pub trait IIntLiteral: ILiteralNumber {
    fn the_value(&self) -> i64;
}

Required methods

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

Implementors