Structs§
- Error
- The Error type.
- Pid
- Newtype pattern to avoid type errors. https://www.gnu.org/software/libc/manual/html_node/Process-Identification.html
Enums§
- Error
Kind - The kind of an error.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.
Functions§
- opath
- Given a file path, return the process id of any processes that have an open file descriptor pointing to the given file.
Type Aliases§
- Result
- Convenient wrapper around
std::Result
.