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