PassthroughPreprocessor

public struct PassthroughPreprocessor : DataPreprocessor

DataPreprocessor that returns passed Data without any transform.

  • Creates an instance.

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func preprocess(_ data: Data) throws -> Data