DataTypeBody
public struct DataTypeBody<T>
It’s a data transfer object passed in the DataType converter block
-
Value of the data type to match
Declaration
Swift
public var value: T -
A printer instance to use to Stringify the value
Declaration
Swift
public var printer: Printer
View on GitHub
Install in Dash
DataTypeBody Structure Reference