Trait extendr_api::robj::IntoRobj
source · pub trait IntoRobj {
// Required method
fn into_robj(self) -> Robj;
}
Expand description
This is an extension trait to provide a convenience method into_robj()
.
Defer to From<T> for Robj
-impls if you have custom types.