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
description_string_index()
Methods like description_string_index() should return Option<NonZeroU8>, as Some(0) is impossible.
Option<NonZeroU8>
Some(0)
The text was updated successfully, but these errors were encountered:
Replace some Option<u8> to Option<NonZeroU8>
6b15215
manufacturer_string_index serial_number_string_index product_string_index description_string_index ref #88
be02e4f
7c952ba
Successfully merging a pull request may close this issue.
Methods like
description_string_index()
should returnOption<NonZeroU8>
, asSome(0)
is impossible.The text was updated successfully, but these errors were encountered: