Trait extendr_api::robj::ToVectorValue [−][src]
ToVectorValue is a trait that allows many different types
to be converted to vectors. It is used as a type parameter
to collect_robj().
Provided methods
fn sexptype() -> SEXPTYPE[src]
fn to_real(&self) -> f64 where
Self: Sized, [src]
Self: Sized,
fn to_integer(&self) -> i32 where
Self: Sized, [src]
Self: Sized,
fn to_logical(&self) -> i32 where
Self: Sized, [src]
Self: Sized,
fn to_raw(&self) -> u8 where
Self: Sized, [src]
Self: Sized,
fn to_sexp(&self) -> SEXP where
Self: Sized, [src]
Self: Sized,