We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#[pyo3(transparent)]
1 parent 6f57ad6 commit 98360a0Copy full SHA for 98360a0
1 file changed
guide/src/conversions/traits.md
@@ -697,8 +697,7 @@ struct RustyStruct {
697
# }
698
```
699
700
-This tries to convert a mapping with the key `"key"`.
701
-The `item` can take any valid literal.
+This tries to convert a mapping with the key `"key"`. The `item` can take any valid literal.
702
703
For structs with a single field (newtype pattern) the `#[pyo3(transparent)]` option can be used to forward the implementation to the inner type.
704
0 commit comments