Trait extendr_api::robj::IntoRobj[][src]

pub trait IntoRobj {
    fn into_robj(self) -> Robj;
}

Required methods

fn into_robj(self) -> Robj[src]

Loading content...

Implementors

impl<T> IntoRobj for T where
    Robj: From<T>, 
[src]

Loading content...