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

WIP; Traits #1

Merged
merged 4 commits into from
Jun 14, 2019
Merged

WIP; Traits #1

merged 4 commits into from
Jun 14, 2019

Conversation

jhgg
Copy link
Member

@jhgg jhgg commented Jun 14, 2019

Turns out it's really annoying to put a Signer/TimestampSigner into another struct. We can fix that by making the methods a trait, that way we can put the signer in a box, or just by using a nice where T: Signer!

@jhgg jhgg merged commit 3e8c7d5 into master Jun 14, 2019
@jhgg jhgg deleted the traits branch June 14, 2019 21:17
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.

None yet

1 participant