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