We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PkOwned
From
Into
In case we cannot, or decide not to remove PkOwned (see #199), let's improve the user experience by implementing From / Into for it:
[u8]
&[u8]
str
&str
String
&String
CanonicalAddr
&CanonicalAddr
HumanAddr
&HumanAddr
The text was updated successfully, but these errors were encountered:
Related to #199. PkOwned was effectively removed in #290, so closing this.
Sorry, something went wrong.
No branches or pull requests
In case we cannot, or decide not to remove
PkOwned
(see #199), let's improve the user experience by implementingFrom
/Into
for it:[u8]
/&[u8]
.str
/&str
.String
/&String
.CanonicalAddr
/&CanonicalAddr
.HumanAddr
/&HumanAddr
.The text was updated successfully, but these errors were encountered: