racradi
Results
2
comments of
racradi
@Rulexec Unfortunately that doesn't address my issue. `MyStructRepr` is just a way to represent the definition of a type. For example, consider the following type: ```rust struct Foo { my_member:...
@Mingun > under impression that you want to deserialize that type from another deserializer. Yes, that is what I'm trying to achieve. `MyStructRepr` is not a deserializer itself, it just...