ModelTemplate
struct ModelTemplate : CodeTemplate
Template which represents the code structure for a model
-
Declaration
Swift
func render(_ modifiable: Modifiable) -> String
-
Declaration
Swift
func write(_ modifiable: Modifiable, to path: Path) throws -> URL?