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 80
80
81
81
Identical to [ ` variant_identifier ` ] ( #variant_identifier ) , but also allows for
82
82
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.
87
86
88
87
- ##### ` #[serde(bound = "T: MyTrait")] ` {#bound}
89
88
You can’t perform that action at this time.
0 commit comments