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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consider adding from_parts and try_from_parts methods.
from_parts
try_from_parts
Methods:
If methods already exist, such as from_raw_parts, then rename these methods to match the above scheme.
from_raw_parts
The text was updated successfully, but these errors were encountered:
natkeo559
No branches or pull requests
Consider adding
from_parts
andtry_from_parts
methods.Methods:
try_from_parts
(overflow checks)from_parts
(no checks)If methods already exist, such as
from_raw_parts
, then rename these methods to match the above scheme.The text was updated successfully, but these errors were encountered: