Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract StateTracker trait #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

0ndorio
Copy link
Contributor

@0ndorio 0ndorio commented Oct 2, 2020

This pull requests introduces a new StateTracker trait, based on the public interface of the old StateTracker struct. To avoid any naming clashes the old struct got renamed into StrictTracker.

This is the first of three pull requests to introduce relaxed StateTracker implementation as @thequux supposed in #44 (comment).


Feel free to nitpick as much as possible 😁

@0ndorio 0ndorio requested a review from thequux October 2, 2020 22:09
This will allow us to introduce the new StateTracker trait without
any name clashes.
Includes all methods exposed by the original StateTracker struct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant