Trait incrust::types::abc::ToINumeric
[−]
[src]
pub trait ToINumeric { fn to_real(&self) -> Option<f64>; fn to_int(&self) -> Option<isize>; }