pub type UserReceipts = BTreeMap<OwnedUserId, Receipt>;
Expand description
A mapping of user ID to receipt.
The user ID is the entity who sent this receipt.
Aliased Typeยง
struct UserReceipts { /* private fields */ }
pub type UserReceipts = BTreeMap<OwnedUserId, Receipt>;
A mapping of user ID to receipt.
The user ID is the entity who sent this receipt.
struct UserReceipts { /* private fields */ }