Type Alias icu_provider::response::CartInner

source ·
pub(crate) type CartInner = Rc<Box<[u8]>>;
Expand description

The actual cart type (private typedef).

Aliased Type§

struct CartInner { /* private fields */ }