This gets rid of the manual conversions does with the ValueIntoFieldType trait and field_type_to_param_token utils, letting all conversions be unified under blueprint-serde.
This doesn't support custom struct args yet, that's a future (more complicated) issue.
This gets rid of the manual conversions does with the
ValueIntoFieldType
trait andfield_type_to_param_token
utils, letting all conversions be unified underblueprint-serde
.This doesn't support custom struct args yet, that's a future (more complicated) issue.