pub type RcStackValue = SafeRc<dyn StackValue>;
Stack item.
Stack
pub struct RcStackValue(/* private fields */);