nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.57k stars 650 forks source link

docs: document Errno::result() in CONVENTIONS.md #2358

Closed SteveLauC closed 2 months ago

SteveLauC commented 2 months ago

What does this PR do

Document that one can use Errno::result() to do error handling in CONVENTIONS.md.

Checklist: