j-maas/uptag

Revise generics in CheckError

Closed this issue · 1 comments

Since the generic in CheckError is the TagFetcher, Rust sometimes has trouble deriving the bounds for e. g. PartialEq correctly.

Investigate whether accepting the TagFetcher::FetchError directly resolves these problems.

Implemented in f2fb588.