Open uint opened 3 weeks ago
Closes #83
This PR uses assoc types instead of generic params.
Seems this makes the macro easy to fix too. The macro-expanded code infers the PK type from the first field's type (<FirstFieldType as Index<T>>::PK).
<FirstFieldType as Index<T>>::PK
API-breaking!
Closes #83
This PR uses assoc types instead of generic params.
Seems this makes the macro easy to fix too. The macro-expanded code infers the PK type from the first field's type (
<FirstFieldType as Index<T>>::PK
).API-breaking!