Enumerationswift-nio 2.81.0_NIOFileSystem
ForceErrno
Mocking.swift:81This declaration is gated by at least one @_spi attribute.
enum ForceErrno
This declaration is gated by at least one @_spi attribute.
enum ForceErrno
import _NIOFileSystem
A file system library for Swift.
case none
case always(errno: CInt)
case counted(errno: CInt, count: Int)
protocol Equatable
A type that can be compared for value equality.
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.