Trait aorist_extendr_api::prelude::FromRobj[][src]

pub trait FromRobj<'a>: Sized {
    fn from_robj(_robj: &'a Robj) -> Result<Self, &'static str> { ... }
}
Expand description

Trait used for incomming parameter conversion.

Provided methods

Implementations on Foreign Types

Implementors