diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -90,6 +90,7 @@ Dynamize also understands if you wrap associated types in the following types:  * `Option<_>`  * `Result<_, _>`  * `some::module::Result<_>` (type alias with fixed error type) +* `Vec<_>`, `VecDeque<_>`,`LinkedList<_>`  * `&mut dyn Iterator<Item = _>`  Note that since these are resolved recursively you can actually nest these | 
