Expand description
Functionality for reading a connect point from a file, and verifying that its permissions are correct.
Structs§
- Conn
Point Iterator - Iterator returned by
ParsedConnectPoint::load_dir()
- Load
Options - Configured options for a single file within a directory.
- Load
Options Builder - Builder for
LoadOptions
.
Enums§
- Load
Error - An error encountered while trying to read a
ParsedConnectPoint
. - Load
Options Builder Error - Error type for LoadOptionsBuilder
Functions§
- load_
dirent 🔒 - Helper for
load_dir
: Read the element listed asentry
withindir
.
Type Aliases§
- Path
Entry 🔒 - Helper: Individual member of the vector returned by
ParsedConnectPoint::load_dir