Trait ra_ap_stdx::anymap::IntoBox  
source · pub trait IntoBox<A: ?Sized + Downcast>: Any {
    // Required method
    fn into_box(self) -> Box<A>;
}Expand description
A trait for the conversion of an object into a boxed trait object.