Protocolswift-nio 2.81.0_NIOFileSystem
_HasFileHandle
Provides a FileHandle
.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
protocol _HasFileHandle : FileHandleProtocol
Browse conforming typesUsers should not implement or rely on this protocol; its purpose is to reduce boilerplate by providing a default implementation of FileHandleProtocol
for types which hold a FileHandle
.