Derive Macrosยง
- AsValue
- This procedural macro implements the
AsValue
trait as well as several required other traits. All of these traits enable creating aninkwell::values::StructValue
from a generic struct, as long as all fields of the struct also implementAsValue
.