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