We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93377b1 commit 19185a8Copy full SHA for 19185a8
_src/container-attrs.md
@@ -70,6 +70,8 @@
70
Use the untagged enum representation for this enum. See [enum representations]
71
for details on this representation.
72
73
+ When no variant matches, the error may be uninformative which can be improved with [`serde(expecting)`](#expecting).
74
+
75
- ##### `#[serde(bound = "T: MyTrait")]` {#bound}
76
77
Where-clause for the `Serialize` and `Deserialize` impls. This replaces any
0 commit comments