pub trait BoxInto { // Required method fn box_into(self) -> RtObject; }
Type-safe boxing of Rust primitives into RtObject.
RtObject
Box this value into an RtObject.