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
What do you think about implementing core::fmt::Display for Pid, Uid, Gid?
core::fmt::Display
Pid
Uid
Gid
Display would be guaranteed to always print the integer representation.
Do you know other types in rustix where this would make sense.
The text was updated successfully, but these errors were encountered:
That makes sense to me, for these simple integer wrapper types.
Sorry, something went wrong.
Implement fmt::Display for Pid, Uid, Gid
d75d40f
Closes bytecodealliance#1439
Implement more formatter for Pid, Uid, Gid
dd2fe86
Closes bytecodealliance#1439 Co-authored-by: Tom Schuster <[email protected]>
Successfully merging a pull request may close this issue.
What do you think about implementing
core::fmt::Display
forPid
,Uid
,Gid
?Display would be guaranteed to always print the integer representation.
Do you know other types in rustix where this would make sense.
The text was updated successfully, but these errors were encountered: