Expand description

Support types and traits for runtime interface instrospection.

These types and traits are used by generated interfaces from the [interface!] macro. Normally, you would only implement the traits for your own serialization format. However, the traits are covered by semver guarantees, so feel free to use them in your own code.

Structs

Traits