PassthroughPreprocessor
public struct PassthroughPreprocessor : DataPreprocessor
DataPreprocessor that returns passed Data without any transform.
-
Undocumented
Declaration
Swift
public init() -
Declaration
Swift
public func preprocess(_ data: Data) throws -> Data
View on GitHub
Install in Dash
PassthroughPreprocessor Structure Reference