Skip to main content

Value

type Value

*

  • Typealias from the type name used in the UDL file to the builtin type. This
  • is needed because the UDL type name is used in function/method signatures.
  • It's also what we have an external type that references a custom type.
type Value = string

func LiftFromExternalTypeValue

func LiftFromExternalTypeValue(value ExternalCRustBuffer) Value