Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MustEmbed Constraint to Contract Reader (#801)
Reintroducing the must embed constraint to `ContractReader` implementations to ensure that all implementations of `ContractReader` embed the `UnimplementedContractReader`. If an implementation contains the unemplemented struct, changes to the interface will flow down to all implementations without introducing breaking changes.
- Loading branch information