diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-23 06:00:26 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-23 06:43:22 +0100 |
commit | 19dcb405cd4cfb960f51edbc1446e0a843772d6b (patch) | |
tree | fbd4a80460a20faea6975ae51939f463b612a6e3 /README.md | |
parent | b4acbbf52be85595cf8dcb839217fc4e2958328e (diff) |
support tuples
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |