CodeTemplate
protocol CodeTemplateProtocol all templates need to conform to
- 
                  
                  renders the modifiable to its corresponding string representation in source code DeclarationSwift func render(_ modifiable: Modifiable) -> StringParametersmodifiablemodifiable 
- 
                  
                  writes the rendered source code string representation to disk DeclarationSwift func write(_ modifiable: Modifiable, to path: Path) throws -> URL?Parametersmodifiablemodifiable 
 View on GitHub
            View on GitHub
           CodeTemplate Protocol Reference
      CodeTemplate Protocol Reference