pub(crate) type CartInner = Rc<Box<[u8]>>;
The actual cart type (private typedef).
struct CartInner { /* private fields */ }