Crate ofiles

Crate ofiles 

Source

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§

ErrorKind
The kind of an error.

Traits§

ResultExt
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.