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