pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt>>;
Expand description
A collection of receipts.
Aliased Typeยง
pub struct Receipts { /* private fields */ }
pub type Receipts = BTreeMap<ReceiptType, BTreeMap<OwnedUserId, Receipt>>;
A collection of receipts.
pub struct Receipts { /* private fields */ }