Type Alias r::object::types::Double

source ·
pub type Double = OptionNA<f64>;

Aliased Type§

enum Double {
    NA,
    Some(f64),
}

Variants§

§

NA

§

Some(f64)

Trait Implementations§

source§

impl AtomicMode for Double

source§

impl TryFrom<Obj> for Double

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.