DoxigAlpha

NameToFileHandleAtError

Source

Implementation

#
pub const NameToFileHandleAtError = error{
    FileNotFound,
    NotDir,
    OperationNotSupported,
    NameTooLong,
    Unexpected,
}