-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
designDesign considerationsDesign considerations
Description
Right now the type descriptors are not very useful for anything that is a compound type. For instance the type descriptor for Option<T> cannot properly express what's going on. The same applies to Vec<T> which cannot really talk about what the T is.
More importantly the design does not provide for more interesting answers that one needs to have about types such as if a value might need to be skipped on serialization or deserialization (#3).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designDesign considerationsDesign considerations