diff --git a/attr-bound.html b/attr-bound.html index b48fdc4..fdeb0a4 100644 --- a/attr-bound.html +++ b/attr-bound.html @@ -755,7 +755,7 @@
#[serde(expecting = "...")]
+Specify a custom type expectation text for deserialization error messages.
+This is used by the generated expecting
method for the container Visitor
,
+and as a fallthrough error message for untagged enums.