We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2f4ea commit 97cf40aCopy full SHA for 97cf40a
_src/container-attrs.md
@@ -56,6 +56,8 @@
56
Use the untagged enum representation for this enum. See [enum
57
representations](enum-representations.md) for details on this representation.
58
59
+ When no variant matches, the error may be uninformative which can be improved with [`serde(expecting)`](#expecting).
60
+
61
- ##### `#[serde(bound = "T: MyTrait")]` {#bound}
62
63
Where-clause for the `Serialize` and `Deserialize` impls. This replaces any
0 commit comments