iroha
iroha copied to clipboard
Automatically infer `id` attribute for `derive(IdOrdEqHash)`
Feature request
Currently the IdOrdEqHash
derive macro from #2476 requires an additional id
attribute to be passed with the Id
associated type for its Identifiable
implementation. Instead, the type of the field could be inferred without attributes.
Motivation
Even less manual work for us.
Who can help?
No response