protocol icon indicating copy to clipboard operation
protocol copied to clipboard

Support transmission of structs as name:value field pairs

Open dylanmckay opened this issue 6 years ago • 0 comments

In 19efbfa7fd18613bae6df367b5eb0c8fa4582d52, a new #[protocol(name = "foo")] attribute was introduced for enum variants.

We should support transmission of structures as field_name:field_value pairs so that fields may be added.

When this is done, we should also implement support for the #[protocol(name = "afd")] for each field.

dylanmckay avatar Jun 11 '18 13:06 dylanmckay