Struct ExtismVal
ExtismVal
holds the type and value of a function argument/return
public struct ExtismVal
- Inherited Members
Fields
t
The type for the argument
public ExtismValType t
Field Value
v
The value for the argument
public ExtismValUnion v