[][src]Trait rustier::interface::FromR

pub trait FromR where
    Self: Sized
{ fn from_r(r: *mut Sexpr) -> Option<Self>; }

Required methods

fn from_r(r: *mut Sexpr) -> Option<Self>

Loading content...

Implementations on Foreign Types

impl<'_> FromR for &'_ [f64][src]

impl FromR for f64[src]

impl<'_> FromR for &'_ [RString][src]

impl<'_> FromR for &'_ str[src]

Loading content...

Implementors

impl<'_> FromR for &'_ CharacterVector[src]

impl<'_> FromR for &'_ NumericVector[src]

impl<'_> FromR for &'_ RString[src]

Loading content...