ContextTransformer

public protocol ContextTransformer

Transformer to be applied to transform one type of context to another.

Associated types

  • Type of source context

    Declaration

    Swift

    associatedtype SourceContext
  • Type of target context

    Declaration

    Swift

    associatedtype TargetContext

Methods to implement