FileFilterConvertible
public protocol FileFilterConvertible
A value that can be converted to a FileFilter
.
-
The inner
FileFilter
represented by this value.Declaration
Swift
var fileFilter: FileFilter { get }