_HasFileHandle

Provides a FileHandle.

FileHandle.swift:23
iOS
13.0+
macOS
10.15+
tvOS
13.0+
watchOS
6.0+
protocol _HasFileHandle : FileHandleProtocol
Browse conforming types

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