pub trait ValueBoxIntoRaw<Return: Any> { // Required method fn into_raw(self) -> *mut ValueBox<Return>; }