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

Improve PkOwned usability through From / Into #234

Closed
maurolacy opened this issue Mar 4, 2021 · 1 comment
Closed

Improve PkOwned usability through From / Into #234

maurolacy opened this issue Mar 4, 2021 · 1 comment

Comments

@maurolacy
Copy link
Contributor

maurolacy commented Mar 4, 2021

In case we cannot, or decide not to remove PkOwned (see #199), let's improve the user experience by implementing From / Into for it:

  • From [u8] / &[u8].
  • From str / &str.
  • From String / &String.
  • CanonicalAddr / &CanonicalAddr.
  • HumanAddr / &HumanAddr.
  • ...
@maurolacy
Copy link
Contributor Author

maurolacy commented Jul 16, 2021

Related to #199. PkOwned was effectively removed in #290, so closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant