Open
Description
The current signature of Fields::Named
hold a borrowed slice of NamedField
. As far as I can tell, it's designed for 'static
definition of rust structs. This makes it difficult to define dynamic Structable
for a map like we talked in #53 .
Perhaps we can make it a Cow
for the dynamic scenario.
Metadata
Metadata
Assignees
Labels
No labels