Trait incrust::types::abc::ToINumeric [] [src]

pub trait ToINumeric {
    fn to_real(&self) -> Option<f64>;
    fn to_int(&self) -> Option<isize>;
}

Required Methods

fn to_real(&self) -> Option<f64>

fn to_int(&self) -> Option<isize>

Implementors