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