From 83a77402456873adc278ba33cf3e03d5162bebd6 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 22 Nov 2021 06:01:41 +0100 Subject: clarify: error type is fixed for Result type alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 573c30b..6b4d4e1 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Dynamize also understands if you wrap associated types in the following types: * `Option<_>` * `Result<_, _>` -* `some::module::Result<_>` (assumed to be a Result type alias) +* `some::module::Result<_>` (type alias with fixed error type) * `&mut dyn Iterator` Note that since these are resolved recursively you can actually nest these -- cgit v1.2.3