aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-23 06:00:26 +0100
committerMartin Fischer <martin@push-f.com>2021-11-23 06:43:22 +0100
commit19dcb405cd4cfb960f51edbc1446e0a843772d6b (patch)
treefbd4a80460a20faea6975ae51939f463b612a6e3 /README.md
parentb4acbbf52be85595cf8dcb839217fc4e2958328e (diff)
support tuples
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 555e7f1..ab688ee 100644
--- a/README.md
+++ b/README.md
@@ -87,6 +87,7 @@ Dynamize can convert associated types in:
Dynamize also understands if you wrap associated types in the following types:
+* tuples
* `Option<_>`
* `Result<_, _>`
* `some::module::Result<_>` (type alias with fixed error type)