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

pub trait AsReal {
    fn is_real(&self) -> bool;
    fn try_as_real(&self) -> Option<f64>;
}

Required Methods

Implementors