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