pub trait RcIntoDynFiftValue { // Required method fn rc_into_dyn_fift_value(self: Rc<Self>) -> Rc<dyn StackValue>; }