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

pub trait AsInt {
    fn is_int(&self) -> bool;
    fn try_as_int(&self) -> Option<i64>;
}

Required Methods

Implementors