File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 8080
8181 Identical to [ ` variant_identifier ` ] ( #variant_identifier ) , but also allows for
8282 the last variant to be a newtype variant, which will be used if none of the
83- other variants match (similar to
84- [ ` #[serde(other)] ` ] ( ../variant-attrs.html#other ) ). Like ` variant_identifier ` ,
85- this forces the enum to always be represented as a string, regardless of the
86- underlying data format's representation of enums.
83+ other variants match (similar to [ ` #[serde(other)] ` ] ( variant-attrs.md#other ) ).
84+ Like ` variant_identifier ` , this forces the enum to always be represented as a
85+ string, regardless of the underlying data format's representation of enums.
8786
8887- ##### ` #[serde(bound = "T: MyTrait")] ` {#bound}
8988
You can’t perform that action at this time.
0 commit comments