Type Alias r::object::types::Integer

source ·
pub type Integer = OptionNA<i32>;

Aliased Type§

enum Integer {
    NA,
    Some(i32),
}

Variants§

§

NA

§

Some(i32)

Trait Implementations§

source§

impl AtomicMode for Integer

source§

impl TryFrom<Obj> for Integer

source§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Obj) -> Result<Self, Self::Error>

Performs the conversion.