FileFilter
public struct FileFilter : Encodable
A filter that can be applied to a file.
-
Encodes this value into the given encoder.
Throws
This function throws an error if any values are invalid for the given encoder’s format.Declaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderThe encoder to write data to.
View on GitHub
FileFilter Structure Reference